posted 9 years ago
It seems to be a typo for solution to question 18, Chapter 6.
Question:
18. Which of the following are true? (Choose all that apply)
A. Checked exceptions are allowed to be handled or declared.
B. Checked exceptions are required to be handled or declared.
C. Errors are allowed to be handled or declared.
D. Errors are required to be handled or declared.
E. Runtime exceptions are allowed to be handled or declared.
F. Runtime exceptions are required to be handled or declared.
Answer:
A, B, C, E.
I think good answer is: B,C,E .
Isn't it?
Regards.