...
We can put code within a 'finally' clause following a matching 'try' clause, so that if regardless of whether the code in the 'try' clause throws an exception, the code in the finally clause will always execute:
...
...
We can put code within a 'finally' clause following a matching 'try' clause, so that if regardless of whether the code in the 'try' clause throws an exception, the code in the finally clause will always execute:
...