Can an object be garbage collected while it is still
reachable?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
yes...all the garbage ollection things depends on the
garbage collector of JVM
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sudheer
Garbage collector is a low priority thread. We cant order to delete an object. When the object has no references and object which are out of scope will be deleted by the garbage collector to free the memory. So when an object is reachable it cant be garbage collected.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / janet
Once an object is garbage collected, it ceases to exist. It
can no longer become reachable again.
Is This Answer Correct ? | 0 Yes | 3 No |
Explain the difference between abstract classes and interfaces in java?
What do you understand by abstract classes?
How much is a java license?
What is constant in programming?
what is difference between method overloading & method overridding with example?
What is difference between class and object in java?
What does the @override annotation do?
Why do we need to override equals() and hascode() method of object class?
What is JVM and is it platform independent?
what is the need of the Ajax?
why doesn't java run on all platforms?
what are class,constructor and primitive data types?