Multiple Choice
When an unchecked exception occurs in a method but is not caught, ________.
A) the method-call stack is "unwound."
B) the method terminates.
C) all local variables in that method go out of scope.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Chained exceptions are useful for finding out
Q11: Which of the following exceptions is a
Q12: Which of the following is not included
Q13: After a finally block has finished executing
Q14: Which of the following statements about the
Q16: Which of the following are types of
Q17: In the catch block below, what is
Q18: Which of the following statements is true?<br>A)
Q19: All exception classes inherit, either directly or
Q20: Which of the following errors is synchronous?<br>A)