Answer Posted / harsh singh
In java we have garbage collector , which is call by JVM in equal interval of time and remove garbage values or variables.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
I want to re-reach and use an object once it has been garbage collected. How it's possible?
How does predicate work in java?
What are controls and their different types in awt?
Explain the access modifiers for a class, method and variables?
Why java applets are more useful for intranets as compared to internet?
What is string data type?
What is an anonymous class in java?
What are the four integer types supported by java?
What is the exact difference in between unicast and multicast object? Where we will use?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What does ide stand for?
Can we create object of static class?
In java, how we can disallow serialization of variables?
What is the purpose of the finalize() method?
What is the difference between int and integer in java?