nerdexam
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)
  • A
    76% (34)
  • B
    24% (11)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice