InterviewSolution
Saved Bookmarks
| 1. |
Which of these is a super class of all exceptional type classes?(a) String(b) RuntimeExceptions(c) Throwable(d) CacheableI have been asked this question in an internship interview.Query is from Exceptions Types topic in section Exception Handling of Java |
|
Answer» The CORRECT choice is (C) Throwable |
|