Q63
When will the finally block be called?
A.
When there is no exception
B.
When the catch doesnot match
C.
When there is exception
D.
None of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
A finally block is called after try-catch execution.