Which of the following statements about exceptions are correct? (Choose 2)
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
Submit