Solved

In a Try/catch Construct, After the Catch Statement Is Executed

Question 41

Multiple Choice

In a try/catch construct, after the catch statement is executed __________.


A) the program returns to the statement following the statement in which the exception occurred
B) the program terminates
C) the program resumes at the statement that immediately follows the try/catch construct
D) the program resumes at the first statement of the try statement

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions