nerdexam
Zend

200-530 · Question #79

Which of the following statements about exceptions are correct? (Choose 2)

The correct answer is A. you can only throw classes derived from Exception B. a try block can have multiple catch blocks. See the full explanation below for the reasoning.

Question

Which of the following statements about exceptions are correct? (Choose 2)

Options

  • Ayou can only throw classes derived from Exception
  • Ba try block can have multiple catch blocks
  • Ca try block must not be followed by a catch block
  • Dtry blocks cannot contain nested try blocks

How the community answered

(34 responses)
  • A
    79% (27)
  • C
    9% (3)
  • D
    12% (4)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice