Simon Wright
Member since Sep 10, 2013
- Profile: /members/11227-simon-wright.htm
- Comments: 1
Recent Blog Comments By Simon Wright
-
I Finally Understand The Finally Part Of A Try/Catch Control Statement
Posted on Sep 10, 2013 at 11:43 PM
The underlying reason for the finally block is to clean up mess you might have left behind, like an open FTP connection, or a Java object that would otherwise leak, or an SQL transaction that needs to be closed or rolled back. But it's not just when errors are thrown. The finally block does (or sh... read more »