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. |
|