Can an object be garbage collected while it is still
reachable?

Answers were Sorted based on User's Feedback



Can an object be garbage collected while it is still reachable?..

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

Can an object be garbage collected while it is still reachable?..

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

Can an object be garbage collected while it is still reachable?..

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

Post New Answer

More Core Java Interview Questions

What happens if we don’t override run method ?

0 Answers  


What are interfaces?

3 Answers  


How will you override default serialization mechanism in java

2 Answers  


What do you understand by the bean persistent property?

0 Answers  


Can an unreachable object become reachable again?

3 Answers  






Write a java program to get a string of words and print the numbers of each word count in descending order

11 Answers   Logica CMG, Subex,


What is the purpose of garbage collection in java, and when is it used?

0 Answers  


What is a superclass?

0 Answers  


whats the life cycle of jsp

15 Answers   Satyam,


What is %02d?

0 Answers  


What is difference between static class and normal class?

0 Answers  


What is import java util arraylist?

0 Answers  


Categories