Multiple Choice
In a try/catch construct, after the catch statement is executed __________.
A) the program returns to the statement following the statement in which the exception occurred
B) the program terminates
C) the program resumes at the statement that immediately follows the try/catch construct
D) the program resumes at the first statement of the try statement
Correct Answer:

Verified
Correct Answer:
Verified
Q36: The throws clause causes an exception to
Q37: When an object is serialized, it is
Q38: The throw statement informs the compiler that
Q39: Given the following constructor code, which of
Q40: If the data.dat file does not exist,
Q42: The ability to catch multiple types of
Q43: Unchecked exceptions are those that inherit from
Q44: The call stack is an internal list
Q45: When using the throw statement, if you
Q46: Beginning with Java7, to catch multiple exceptions