InterviewSolution
Saved Bookmarks
| 1. |
Which Are The Two Subclasses Under Exception Class? |
|
Answer» The EXCEPTION CLASS has two MAIN subclasses : IOException class and RUNTIMEEXCEPTION Class The Exception class has two main subclasses : IOException class and RuntimeException Class |
|