Question: try { statement 1 ; statement 2 ; statement 3 ; } catch ( Exception 1 ex 1 ) { } catch ( Exception 2
try
statement;
statement;
statement;
catch Exception ex
catch Exception ex
statement;
Answer the following questions:
Will statement be executed?
If the exception is not caught, will statement be executed?
If the exception is caught in the catch block, will statement be executed?
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
