Question: The catch(...) statement is -always executed -only executed if it is the last catch statement and an exception is thrown -only executed if an exception
The catch(...) statement is -always executed -only executed if it is the last catch statement and an exception is thrown -only executed if an exception is thrown and precedes the try block -always executed if it is the first in a list of catch blocks and an exception is thrown
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
