Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 499 Page Views: 

How many times may the garbage collector invoke an object's finalize() method ?



Posted By: Avi Date: 9 November 2010 08:23:48 AM
 Answer:

An object's finalize() method may only be invoked once.


Posted By: avibtech


Date: 9 November 2010 08:23:48 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image G3QoWF
Related Questions
Core Java : Can a double value be cast to a byte?

Can a double value be cast to a byte?

Yes.
Category: Core Java Date: 11/5/2010 9:20:48 PM
Core Java : What is the List interface?

What is the List interface?

The List interface provides support for ordered collections of objects.
Category: Core Java Date: 11/5/2010 8:36:52 PM
Core Java : What is constructor chaining ?

What is constructor chaining ?

When a constructor of a class is called, it will automatically call the default constructor of the s....
Category: Core Java Date: 11/5/2010 8:15:46 PM
Core Java : What is your platform's default character encoding?

What is your platform's default character encoding?

If you are running Java on English Windows platforms, it is probably Cp1252. If you are running Java....
Category: Core Java Date: 11/5/2010 6:47:54 PM
Core Java : Is there a relationship between an event-listener interface and an event-adapter class?

Is there a relationship between an event-listener interface and an event-adapter class?

Yes, an event adapter provides a default implementation of an event-listener interface, and An event....
Category: Core Java Date: 11/5/2010 6:26:48 PM