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
Q9: Which of the following statements is false?<br>A)
Q10: Chained exceptions are useful for finding out
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
Q22: Which of the following is true?<br>A) A
Q25: Which of the following statements is true?<br>A)Using
Q26: Which of the following statements is true?<br>A)
Q27: Which of the following statements regarding the