Question: If multiple catch blocks match a exception type, which catch block executes when that type of exception occurs. } catch ( Exception 1 e )

If multiple catch blocks match a exception type, which catch block executes when that type of
exception occurs.
}
catch(Exception1 e){
}
catch(Exception2 e){
}
All catch blocks that matches the exception
The last one matches the exception
The first one matches the exception
None of the above
 If multiple catch blocks match a exception type, which catch block

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!