Question: Question 1 (1 point) Dd In a try-catch, if something goes wrong in the try block execution immediately jumps to the catch block, executes the





Question 1 (1 point) Dd In a try-catch, if something goes wrong in the try block execution immediately jumps to the catch block, executes the catch block, and then the program exits the method containing the try-catch execution of the try block finishes, then the catch block is executed, and then the program exits the method containing the try-catch execution immediately jumps to the catch block, executes the catch block, and then the program resumes where it left off in the try. execution of the try block finishes, then the catch block is executed, and then the program resumes after the try-catch. execution immediately jumps to the catch block, executes the catch block, and then the program resumes after the try-catch
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
