Multiple choice In which of the following siituations does finally block execute? Return statement in catch block. System.exit() present in catch block. Exception occurred in finally block. The death of thread occurs before completion of execution. Break; statement in catch block. Reveal answer Fill a bubble to check yourself A Correct answer Explanation Once execution enters the try block, the code in that finally block will definitely be executed.