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
What is an arraylist in java?
What is the length of a string?
What is java util concurrentmodificationexception?
What type of variable is gender?
What is the old name of java?
Explain notifyall() method of object class ?
What is the use of accept () method in java?
I don’t want my class to be inherited by any other class. What should I do?
What is meant by collection in java?
How does queue work in java?
What is the multi-catch block in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
How transient variable is different from volatile variable?
What is thread pool in java with example?
How do you include a string in java?