What is garbage collection in Java, and how can it be used ?
Answer Posted / subramanyam
IF an object is created for an class that object is not
used than the memory which is allocated to that objected to
be wasted ,the wastage of memory is called garbage
collection
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
Why you should not use singleton?
If you are given the name of the function at run time how will you invoke the function?
What is the final method?
Differentiate between postfix and prefix operators in java.
What is linkedlist in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is the difference between length and length() method in java?
Explain java coding standards for interfaces?
Tell some latest versions in JAVA related areas?
Convert Binary tree to linked list.
What is thread life cycle?
How many days will it take to learn java?
What is Enum in Java?
What is assembly condition codes?
What is * argv?