Hi.....
This is nagesh...
The difference between,
February 26, 2007 at 10:28 PM
Hi..... This is nagesh... The difference between final,finally & finalize is final:It is of variable scope,used for declaring the varibales,which when declared the variable is constant through the application.
finally:It is a block written after the try and catch,the code in this block will be executed compulsary,without regarding what u written in try block....this will be most useful when using jdbc connection