Under what conditions is an object's finalize() method invoked by the garbagecollector
	
    
    The garbage collector invokes an object's finalize() method when it detects that the objecthas becomeunreachable.	
	
	
	
		
	
		
    
    
        
            
                - 
                Interview Candidate                        
-  Aug 27th, 2004
-  2
-  11299
 
     
     
	
    
          
              
            
              
                         
              
                    
              
              
     
    Showing Answers 1 - 2 of 2 Answers
			
				
				
       
       
		    
    
    
        
			
	
		
	
 
          
              
        
              
                      
              
                                   
  
                       
Under what conditions is an object's finalize() method invoked by the garbagecollector