how come we know the object is no more used in the class?
Answer Posted / megha
using finalize() method on that object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a dynamic array java?
What are voids?
What is preparedstatement in java?
why not override thread to make a runnable? : Java thread
Can interface be private in java?
What is hashtable and explain features of hashtable?
What do you understand by the term wrapper classes?
What is use of static in java?
Can a class declared as private be accessed outside it’s package?
Is zero a positive integer?
What does || mean in vectors?
What are the types of sockets in java?
What is a constructor overloading in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Can you use this() and super() both in a constructor?