A

Admin • 833K Points
Coach

Q. 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
  • Correct Answer - Option(D)
  • Views: 24
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

A finally block is called after try-catch execution.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.