Multiple Choice
Which of the following statements about try blocks is true?
A) The try block must be followed by at least one catch block.
B) The try block must be followed by a finally block.
C) The try block should contain statements that may process an exception.
D) The try block should contain statements that may throw an exception.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: If the catch-or-declare requirement for a checked
Q4: Which of the following statements is false?<br>A)
Q5: The throws clause of a method:<br>A) specifies
Q6: Which of the following statements is false?<br>A)
Q7: Which of the following statements is true?<br>A)
Q9: Which of the following statements is false?<br>A)
Q10: Chained exceptions are useful for finding out
Q11: Which of the following exceptions is a
Q12: Which of the following is not included
Q13: After a finally block has finished executing