Vidyalelo
JavaScript · Q63

Classes And Modules

Programming · JavaScript · question 63

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
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
A finally block is called after try-catch execution.