What is garbage collection in Java, and how can it be used ?
Answer Posted / brijesh yadav
Garbage Collection is a form of automatic memory
management. The garbage collector or collector attempts to
reclaim the memory used by objects that will never be
accessed again by the application or mutator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create constructor in abstract class ?
What is the default size of arraylist in java?
What is the purpose of an interface?
Explain about method local inner classes or local inner classes in java?
How to sort list of list in java?
What are thread safe functions?
Is the empty set a singleton?
What is a newline character in java?
What do you mean by global variable?
what is method reference in java 8?
What is __ init __ functions?
What is string in java?
Why charat is used in java?
Can you make a constructor final in Java?
What is use of super keyword?