Multiple Choice
Which of the following statements is true?
A) The code in a finally block is executed only if an exception occurs.
B) The code in a finally block is executed only if an exception does not occur.
C) The code in a finally block is executed only if there are no catch blocks.
D) None of the above are true.
Correct Answer:

Verified
Correct Answer:
Verified
Q13: After a finally block has finished executing
Q14: Which of the following statements about the
Q15: When an unchecked exception occurs in a
Q16: Which of the following are types of
Q17: In the catch block below, what is
Q19: All exception classes inherit, either directly or
Q20: Which of the following errors is synchronous?<br>A)
Q21: To catch an exception, the code that
Q22: Which of the following is true?<br>A) A
Q23: In Java, after an exception is handled,