Multiple Choice
If an exception is not caught, a program will __________________________ .
A) not compile
B) terminate abnormally
C) print a message and continue executing
D) all of the above
E) neither a, b nor c
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: Is the Exception class a subclass of
Q30: Attempting to divide by zero will result
Q31: The _ statement is used to begin
Q32: A(n) _ is an object that defines
Q33: The getMessage method of the Exception class
Q35: What is a try block?
Q36: In practice, it is important to catch
Q37: A(n) _ is an ordered sequence of
Q38: A finally clause is always required in
Q39: A(n) _ can be used to find