What is garbage collection in java
Answers
Answered by
4
Answer:
Java Garbage Collection. In java, garbage means unreferenced objects. Garbage Collection is process of reclaiming the runtime unused memory automatically. In other words, it is a way to destroy the unused objects.
Similar questions