Solved

A Finally Clause Will Execute

Question 21

Multiple Choice

A finally clause will execute


A) only if the try statement that precedes it does not throw an exception
B) only if the try statement that precedes it throws an exception that is caught
C) only if the try statement that precedes it throws an exception that is not caught
D) only if the try statement that precedes it throws an exception, regardless of whether or not it is caught
E) in any circumstance

Correct Answer:

verifed

Verified

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

Related Questions