Java with Android Updates
Knowledge Can Impact our Dreams
Thursday, 29 March 2012
What is the purpose of finalization?
The purpose of finalization is to give an unreachable object the opportunity to perform any cleanup processing before the object is garbage collected.
An object’s finalize() method may only be invoked once by the garbage collector.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment