Java finalization
April 23rd, 2008Finalization is to give an unreachable Java object the opportunity to perform any cleanup processing before the Java object is garbage collected. It happens when the Java object’s finalize() method is invoked.
Next: Java garbage collection



wow what a fantastic ………..
What a superb explanation for java finalization!