1.

WHEN_WILL_THE_FINALLY_BLOCK_BE_CALLED??$

A. When there is no exception
B. When the catch does not match
C. When there is exception
D. After try-catch execution
Answer» B. When the catch does not match


Discussion

No Comment Found