try catch exception in catch code example
Example: try catch exception
First try block try to handle it
if not then catch block will handle it.
Finally block will executed regardless
of the outcome
First try block try to handle it
if not then catch block will handle it.
Finally block will executed regardless
of the outcome