Multiple Choice
Which of the following exception types must always be caught unless they are contained in methods that throw them in the method header?
A) file stream
B) IO
C) checked
D) unchecked
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Write a code fragment that will throw
Q18: A(n) _ is used to identify a
Q19: Which of the following represents the standard
Q20: A throw statement is used to begin
Q21: What are the standard I/O streams?
Q23: What is exception prorogation, and how does
Q24: What is a catch clause?
Q25: Which of the following file streams should
Q26: Unchecked exceptions must be caught or propogated,
Q27: The Exception class and the Error class