Question: Java Programming Multiple Choice Question Which of the following statements is true? a. The code in a finally block is executed only if an exception
Java Programming Multiple Choice Question
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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
