Multiple Choice
All exceptions are instances of classes that extend this class.
A) RunTimeException
B) Throwable
C) Error
D) Exception
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: In a catch statement, what does the
Q11: When an exception is thrown by code
Q12: What will be the result of the
Q13: What will the following code display?<br>String input
Q16: The following catch statement can: catch (Exception
Q17: Unchecked exceptions are those that inherit from:<br>A)
Q18: All of the exceptions that you will
Q19: To read data from a binary file
Q20: Given the following constructor code, which of
Q57: The try statement may have an optional