23/04/2008
Finalization 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.
Finalization 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.



wow what a fantastic ………..
Anonymous on April 5th, 2010 6:50 amWhat a superb explanation for java finalization!
Harish Dewangan on April 12th, 2010 1:50 pmnice thanks for posting
vivek on November 22nd, 2011 8:51 amnice ans
venki on December 23rd, 2011 5:42 pmsir can you give any example how finalize() work
monica on December 24th, 2011 6:03 ami wanted some full fledged java tutorial for beginners .Any info on that.
Anonymous on March 8th, 2012 4:46 pmi wanted some full fledged java tutorial for beginners .Any info on that.
SHOOA on March 8th, 2012 4:46 pmsir, your blog is really interesting to learn than other sites. Nice explanations with appropriate pictures.
rabhakaran. N on April 10th, 2012 5:07 pmsir, your blog is really interesting to learn than other sites. Nice explanations with appropriate pictures.
Prabhakaran. N on April 10th, 2012 5:07 pmOne java class Ex: 10 object creared
and 7 object r destoryed and another 3 object r not destored
i want output:7 object destoryed
3 object not destoyeed
plz,…
suresh on May 3rd, 2012 2:42 pm