Question: Analyze the following code: public static boolean isCorrect() { try { // Perform some tasks // ... return true; } finally { return false; }
Analyze the following code:
public static boolean isCorrect() { try { // Perform some tasks // ... return true; } finally { return false; } }
| A. When invoking the isCorrect method, it returns true if no exceptions occur in the method. |
| B. When invoking the isCorrect method, it returns false if any exceptions occur in the method. |
| C. When invoking the isCorrect method, it always returns false. |
| D. When invoking the isCorrect method, it always returns true. |
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
