Multiple Choice
All exceptions are descendants of the class:
A) Throwable
B) Catchable
C) Tryable
D) Blockable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: Define an exception class called DiskDriveNotReady.The class
Q29: Define an exception class called FileNotFoundException.The class
Q30: Methods that process String arguments as if
Q31: If a method throws an exception,and the
Q32: When using the Scanner class one should
Q34: The two most important things about an
Q35: The basic way of handling exceptions in
Q36: An exception is caught in a _
Q37: Should an application catch objects of type
Q38: ArrayIndexOutOfBoundsException is a descendent of the class