Can an unreachable object become reachable again?

Answer Posted / shadow

An unreachable object may become reachable again. This can
happen when the object's finalize() method is invoked and
the object performs an operation which causes it to become
accessible to reachable objects....!

CHHAYA

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain when we should make an instance variable private.

617


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

646


What occurs when an object is constructed?

575


Can we use a switch statement with strings?

554


What is sortedmap in java?

554






List some oops concepts in java?

586


How many digits is int32?

540


Why stringbuffer is faster than string?

546


What is the difference between double and float variables in java?

638


Is string passed by reference in java?

550


What is anti pattern in programming?

501


what is the purpose of using rmisecuritymanager in rmi?

570


What is definition and declaration?

530


Explain java code for recursive solution's base case?

576


What does percent mean in java?

592