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) Like any other class,an exception class can contain fields and methods.
D) The new exception class should extend RuntimeException if the program should be required to handle the exception.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Which of the following statements is false?<br>A)
Q10: Chained exceptions are useful for finding out
Q12: Which of the following is not included
Q13: After a finally block has finished executing
Q14: Which of the following statements about the
Q16: Which of the following are types of
Q22: Which of the following is true?<br>A) A
Q24: When an unchecked exception occurs in a
Q26: Which of the following statements is true?<br>A)
Q27: Which of the following statements regarding the