InterviewSolution
Saved Bookmarks
| 1. |
Which of these is a super class of all exceptional type classes?(a) String(b) RuntimeExceptions(c) Throwable(d) Cacheable |
|
Answer» The correct choice is (c) Throwable Easiest explanation: All the exception types are subclasses of the built in class Throwable. |
|