if the catch has exception will finally block gets executed code example
Example 1: finally always after try catch
Finally block is ALWAYS executed AFTER try / catch Javascript blocks.
Example 2: Will FINALLY block execute in the method body, if there are no exceptions in try or catch block
yes finally always run