Can an object be garbage collected while it is still reachable?
Can an object be garbage collected while it is still reachable?
Tags..
Java Interview
Core Java
Posted by:
Flora
| Views: 86 | Community Opinion:
1
Add Your Opinion
Bookmark this page..
Ask a New Question
Go to Home
Community Opinion/Answers
Loneat
said..
A reachable object cannot be garbage collected. Only unreachable objects may be garbage collected..
What do you think? Add your opinion/answer
Your Name:
*your opinion/answer:
Related Questions & Answers:
What class is the top of the AWT event hierarchy?
What event results from the clicking of a button?
What is the difference between static and non-static variables?
Can an exception be rethrown?
What is casting?
Difference between the JDK 1.02 event model and the event-delegation model