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

A.
you can only throw classes derived from Exception
B.
a try block can have multiple catch blocks
C.
a try block must not be followed by a catch block
D.
try blocks cannot contain nested try blocks