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 is Java Package and which package is imported by default?
What is difference between checked and unchecked exception in java?
What is the difference between an argument and a parameter?
What is static keyword?
how can i use a nonsynchronized hashtable?
What is the replace tool?
Can we use switch statement with strings?
What are the elements of java?
What is the significance of listiterator?
Can java cast null?
Can we declare an array without size in java?
What are the advantages of passing this into a method instead of the current class object itself?
What do you mean by thread safe?
Why is java so important?
Explain different types of wrapper classes in java?