Multiple Choice
Which exception-handling technique is the code in the accompanying figure using?
A) Terminate the program.
B) Fix the error and continue.
C) Log the error and continue.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: Which of the following exceptions might be
Q14: Statements that might generate an exception are
Q15: What happens in a method if there
Q16: Which of the following statements is true?<br>A)
Q17: The class RuntimeException is part of the
Q19: Which of the following statements is NOT
Q20: If you have a reference to an
Q21: Which of the following will cause the
Q22: The JList GUI component generates events that
Q23: The class Throwable is derived from the