Q1 Multiple choice Flag Which of the following statements about exceptions is correct? (Choose 2) Select all that apply. 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 Correct answer