Answer Posted / kalva raju
Garbage collector is java program,it is run in our regular
java program and it is collected un-reffernced memory in our
java program
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you end a program?
What is data type modifier?
How to restrict a member of a class from inheriting by its sub classes?
What is a condition in java?
What is final method?
What is java dot?
What is public static?
What is busy spin, and why should you use it?
What is the difference between sleep and wait in java?
Explain treeset?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Is math class static in java?
Write the algorithm to check the number non-leaf nodes in a tree.
What is java autoboxing?
Can we have multiple catch block for a try block?