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 the += operator called?
How to connect to a remote database using Applet?
How does a for loop work java?
What is the difference between compiler and jvm?
What is the point of polymorphism java?
What is called module?
What are untrusted applets?
Who is the owner of java?
What is the difference between abstraction and encapsulation?
Which programming language is most secure?
How do I print a “?
What about main thread in java?
Which is bigger double or float?
State the difference between creating string as new () and literal.
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.