Briefing Zend Knowledge

Which of the following statements about exceptions is correct?

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

A.
a try block can have multiple catch blocks

B.
a try block must not be followed by a catch block

C.
try blocks cannot contain nested try blocks

D.
you can only throw classes derived from Exception