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
How use .contains in java?
What is anti pattern in programming?
What is length in java?
Does list maintain insertion order java?
What are predefined functions?
Highest level event class of the event-delegation model?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is object in java?
how we can make a read-only class in java?
Explain access specifiers?
Is a method a function?
Is alive in java?
Can an interface extend a class?
explain different ways of using thread? : Java thread
Convert a BST into a DLL and DLL to BST in place.