Multiple Choice
When an unexpected error occurs in the try block that throws an exception, control transfers ____.
A) to the finally block
B) back to the first statement in the try clause
C) to the first listed matching catch clause
D) outside the try...catch...finally block
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Which of the following preventive actions might
Q14: The property of the Exception class that
Q15: What order should ArithmeticException, DivideByZeroException, and Exception
Q16: An error such as attempting to divide
Q17: An IO.IOException exception is thrown when _.<br>A)
Q19: A(n) _ error is associated with a
Q20: The catch clause associated with a try...catch
Q21: When defining your own exception classes, you
Q22: If you are filtering multiple exceptions, the
Q23: When more than one catch clause is