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

Answers were Sorted based on User's Feedback



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

Answer / janet

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

Is This Answer Correct ?    3 Yes 0 No

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

Answer / ravikiran(aptech mumbai)

yes...

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Core Java Interview Questions

What is skeleton and stub?

0 Answers  


How dead lock situation occurs in java and how you can identify it?

0 Answers  


Explain covariant method overriding in java.

0 Answers  


Can you sort a list in java?

0 Answers  


What is the difference between serializable and externalizable interfaces?

0 Answers  






What is "Java Native Interface" and how to use it?

1 Answers   IBM,


What is difference between array and vector?

0 Answers  


How do you implement polymorphism in our day to day life?

0 Answers   Cap Gemini,


What is an object in java?

0 Answers  


what is d difference between deep cloning and shallow cloning in core java?

3 Answers   Satyam,


What is meant by polymorphism?

0 Answers  


An inner class can actually be a subclass of the outer class? a. true b. false

2 Answers  


Categories