Multiple Choice
If a program does not handle an unchecked exception, what is the result?
A) The program must handle the exception.
B) The program is halted and the default exception handler handles the exception.
C) The exception is ignored.
D) A compiler error will occur.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: If a method does not handle a
Q13: In a catch statement, what does the
Q17: Unchecked exceptions are those that inherit from
Q18: What will be the result of the
Q19: When catching multiple exceptions that are related
Q20: In order for an object to be
Q24: The catch clause<br>A) starts with the word
Q25: To serialize an object and write it
Q26: An exception object's default error message can
Q44: The call stack is an internal list