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

Easiest EXPLANATION: All the exception TYPES are subclasses of the BUILT in class Throwable.



Discussion

No Comment Found

Related InterviewSolutions