Which of the following statements about exceptions are correct? (Choose 2)
Select all that apply, then click Submit answer.
-
○
you can only throw classes derived from Exception
-
○
a try block can have multiple catch blocks
-
○
a try block must not be followed by a catch block
-
○
try blocks cannot contain nested try blocks