Home » JAVA Programming » Exceptions » Question
  1. Which of these handles the exception when no catch is used?
    1. throw handler
    2. Java run time system
    3. Default handler
    4. finally
    5. None of these
Correct Option: C

Default handler



Your comments will be displayed only after manual approval.