GIAC
GSSP-JAVA · Question #172
Identify whether the given statement is true or false. "When an exception occurs in a try block, each catch statement following the try block is inspected in sequential order, and the last one whose…
The correct answer is A. False. See the full explanation below for the reasoning.
Question
Identify whether the given statement is true or false. "When an exception occurs in a try block, each catch statement following the try block is inspected in sequential order, and the last one whose type matches that type of exception is executed."
Options
- AFalse
- BTrue
How the community answered
(45 responses)- A76% (34)
- B24% (11)
Community Discussion
No community discussion yet for this question.