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
Q3: The finally block contains code to be
Q3: When defining your own exception class,you extend
Q5: A _ block should immediately follow a
Q10: Methods that process String arguments as if
Q11: The throw operator causes a change in
Q12: Exceptions that must follow the Catch or
Q16: What is the catch or declare rule?
Q23: What is the purpose of the method
Q39: Use a catch block to display the
Q45: When an exception is thrown,the code in