The finally block always executes when the try block exits or when an exception occurs code example
Example: Will FINALLY block execute in the method body, if there are no exceptions in try or catch block
yes finally always run
yes finally always run