Which Of These Handles The Exception When No Catch Is Used #832
Which of these handles the exception when no catch is used?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Exception Handling - Java Exceptions Types - Quiz No.1.
Which of these handles the exception when no catch is used?
Default handler
finally
throw handler
Java run time system