InterviewSolution
Saved Bookmarks
| 1. |
What’s The Base Class Of All Exception Classes? |
|
Answer» Java.Lang.throwable – It is the super CLASS of all exception CLASSES and all exception classes are derived from this BASE class. Java.Lang.throwable – It is the super class of all exception classes and all exception classes are derived from this base class. |
|