Can an unreachable object become reachable again?

Answer Posted / niranjanravi

Yes, an unreachable object may become reachable again.This
happens when the object's finalize() method is invoked and
the objct performs an operation which causes it to become
accessible to reachable objects.

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is primitive array?

504


How can we make a class singleton?

565


In java, how many ways you can take input from the console?

508


Compare overloading and overriding?

548


why Interface used?

522






What is the Concept of Encapsulation in OOPS

543


What is the applet security manager, and what does it provide?

525


What is a method signature java?

558


How do you add an arraylist to an array in java?

494


Explain about abstract classes in java?

570


describe synchronization in respect to multithreading? : Java thread

485


Where is core java used?

562


What is the biggest integer?

534


What is args length in java?

646


What are the differences between string, stringbuffer and stringbuilder?

508