Can an object's finalize() method be invoked while it is reachable
	
    
    An object's finalize() method cannot be invoked by the garbage collector while the objectis still reachable.However, an object's finalize() method may be invoked by other objects.	
	
	
	
		
	
		
    
    
        
            
                - 
                Interview Candidate                        
 
                -  Aug 27th, 2004
 
                -  2
 
                -  2217
 
            
         
     
     
	
    
          
              
            
              
                         
              
                    
              
              
     
    Showing Answers 1 - 2 of 2 Answers
			
				
				
       
       
		    
    
    
        
			
	
		
	
 
          
              
        
              
                      
              
                                   
  
                       
Can an object's finalize() method be invoked while it is reachable