Home » JAVA Programming » Exceptions » Question
  1. Which of the following classes can catch all exceptions which cannot be caught?
    1. ParentException
    2. Exception
    3. Error
    4. RuntimeException
    5. None of these
Correct Option: C

Runtime errors cannot be caught generally. Error class is used to catch such errors/exceptions.



Your comments will be displayed only after manual approval.