The purpose of the Catch section in an exception handler is to:
Posted: Thu Oct 20, 2022 2:48 pm
The purpose of the Catch section in an exception handler is to:
A. Break out of the error handler.
B. Conclude the execution of the application.
C. Execute code only when an exception is thrown.
D. Execute code regardless of whether an exception is thrown.
A. Break out of the error handler.
B. Conclude the execution of the application.
C. Execute code only when an exception is thrown.
D. Execute code regardless of whether an exception is thrown.