Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

purpose of finalization

Thu Nov 06, 2008 10:06 pm

What is the purpose of finalization?



Re: purpose of finalization

Thu Nov 06, 2008 10:07 pm

The purpose of finalization is to give an unreachable object the opportunity to perform any cleanup processing before the object is garbage collected.

Post a reply
  Related Posts  to : purpose of finalization
 purpose of the Runtime class     -  
 purpose of the wait(), notify(), and notifyAll() methods     -