What is Garbage Collector in Java?
What is Garbage collector in Java?
Garbage collector helps java for memory
management in efficient and effective manner by regularly removing unused
objects from memory space and thus avoiding memory overflow.
No comments