Multiple Choice
If the program does not handle an unchecked exception:
A) the exception is ignored
B) the program is halted and the default exception handler handles the exception
C) the program must handle the exception
D) this will cause a compilation error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: When an exception is thrown by a
Q32: If a method does not handle a
Q33: To write data to a binary file
Q34: The IllegalArgumentException class extends the RuntimeException class,
Q37: Look at the following code: FileInputStream fstream
Q38: Assume that the classes BlankISBN, NegativePrice, and
Q39: If the code in a method can
Q40: When you write a method that throws
Q41: The ability to catch multiple types of
Q55: When the code in a try block