Home » JAVA Programming » Exceptions » Question
  1. Which of these is a super class of all exceptional type classes?
    1. RuntimeExceptions
    2. String
    3. Cacheable
    4. Throwable
    5. None of these
Correct Option: D

All the exception types are subclasses of the built in class Throwable.



Your comments will be displayed only after manual approval.