Home » JAVA Programming » Exceptions » Question
  1. Which of the following is a super class of all exception type classes?
    1. String
    2. Throwable
    3. RuntimeExceptions
    4. Catchable
    5. None of these
Correct Option: B

Throwable is built in class and all exception types are subclass of this class. It is the super class of all exceptions.



Your comments will be displayed only after manual approval.