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 data type is true or false?

0 Answers  


What are extraneous variables examples?

0 Answers  


What is space character in java?

0 Answers  


What are the string methods in java?

0 Answers  


What is assembly used for?

0 Answers  






What is the final keyword?

0 Answers  


Explain jvm, jre, and jdk?

0 Answers  


Can you pass functions in java?

0 Answers  


What is array and arraylist in java?

0 Answers  


What is the difference between heap and stack memory?

0 Answers  


Where is core java used?

0 Answers  


What is bytecode verifier?

0 Answers  


Categories