Multiple Choice
Chained exceptions are useful for finding out about ________.
A) exceptions thrown using the chained keyword.
B) checked exceptions only.
C) an original exception that was caught before the current exception was thrown.
D) the current exception's chain of superclasses.
Correct Answer:

Verified
Correct Answer:
Verified
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)
Q8: Which of the following statements about try
Q9: Which of the following statements is false?<br>A)
Q11: Which of the following exceptions is a
Q12: Which of the following is not included
Q13: After a finally block has finished executing
Q14: Which of the following statements about the
Q15: When an unchecked exception occurs in a