Multiple Choice
The term "exception propagation" means
A) an exception is caught by the first catch clause
B) an exception not caught by the first catch clause is caught by an outer (enclosing) catch clause
C) exceptions are caught, sequentially, by catch clauses in the current try block
D) exceptions are always caught by the outermost try block
E) None of these explain what exception propagation is
Correct Answer:

Verified
Correct Answer:
Verified
Q15: NullPointerExceptions and ArithmeticExceptions are both derived from
Q16: Explain what happens if an exception is
Q17: Explain or provide an example showing how
Q18: The difference between the throw reserved word
Q19: A try statement must have at least
Q21: A finally clause will execute<br>A) only if
Q22: Which of the following messages passed to
Q23: Explain or provide an example showing how
Q24: An exception can produce a "call stack
Q25: Example Code Ch 11-1<br>public static void main(String[]