Java Cleanup Method
|
Popularity: (406)
Tags: java finalization Link: Visit It |
Java technology allows you to use the finalize method to do the necessary cleanup before the garbage collector removes the object from memory. This method is called by the garbage collector on an object when garbage collection determines that there are no more references to the object.