Question: java is the answer correct? and why In the following try-catch block: 1. If then is no exception raised, which statements will be executed? Statement
In the following try-catch block: 1. If then is no exception raised, which statements will be executed? Statement 1,2,3,5,6,7 2. Suppose that statement2 causes an exception in the following try-catch block: a. If the exception type is Exception1, which statements will be executed? 1,4.1,4.2,6,7 b. If the exception type is Exception3, which statements will be executed? RunTime error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
