Which three statements are true about exception handling?

Which three statements are true about exception handling?
A. Only unchecked exceptions can be rethrown.
B. All subclasses of the RuntimeException class are recoverable
C. The parameter in a catch block is of Throwable type.
D. All subclasses of the RuntimeException class must be caught or declared to be thrown.
E. All subclasses of the Exception class except the RuntimeException class are checked exceptions.
F. All subclasses of the Error class are checked exceptions and are recoverable.

Download Printable PDF. VALID exam to help you PASS.

8 thoughts on “Which three statements are true about exception handling?

  1. I guess you missed an important point 🙂 . The question is about “subclasses of Exception class”. Error class is not a sub class of Exception, it is a subclass of Throwable.

  2. Option. E. is not correct
    Error classes are unchecked Exception and Errors connot be recoverable

    2
    5
    1. I guess you missed an important point 🙂 . The question is about “subclasses of Exception class”. Error class is not a sub class of Exception, it is a subclass of Throwable.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.