Can an object be garbage collected while it is still
reachable?
Answer Posted / 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 View All Answers
What 5 doubled?
What is the locale class in java programming?
Can a class with private constructor be extended?
What is the output of the below java program?
What is difference between variable declaration and definition?
What is the difference between access specifiers and access modifiers in java?
What is an argument java?
What is balanced tree in java?
What is a function in java?
What are synchronized blocks in java?
What does += mean in java?
What do you understand by the term string pool?
What are conditionals and its types?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is appletviewer?