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

object's finalize() in java

Thu Nov 06, 2008 4:38 pm

Can an object's finalize() method be invoked while it is reachable?



Re: object's finalize() in java

Thu Nov 06, 2008 4:39 pm

An object's finalize() method cannot be invoked by the garbage collector while the object is still reachable. However, an object's finalize() method may be invoked by other objects.

Post a reply
  Related Posts  to : object's finalize() in java
 finalize() function     -  
 Marshal Java object to xml     -  
 Java Object Reading     -  
 Marshal Java object to XML file     -  
 Object without new Operator     -  
 use out object in a method at jsp     -  
 Object Orientation in c++, how to a do object Orientation     -  
 object detection     -  
 3D-object loader     -  
 Connection object in jsp     -