Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. When will the finally block be called?

  2. A.

     When there is no exception

    B.

     When the catch doesnot match

    C.

     When there is exception

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    A finally block is called after try-catch execution.


Be The First To Comment