Home » JAVA Programming » Exceptions » Question
  1. Which of the following handles the exception when a catch is not used?
    1. java run time system
    2. finally
    3. throw handler
    4. default handler
    5. None of these
Correct Option: D

Default handler is used to handle all the exceptions if catch is not used to handle exception. Finally is called in any case.



Your comments will be displayed only after manual approval.