Multiple Choice
Which of the following statements is true?
A) Using existing exceptions makes the program less robust.
B) Always create your own exception classes.
C) An exception class is like any other class; however, a typical new exception class contains no members other than four constructors.
D) The new exception class should extend RuntimeException if the program should be required to handle the exception.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: An uncaught exception _.<br>A) is a possible
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)
Q8: Which of the following statements about try
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