Garbage Collection articles

Marking in Java Garbage Collection

Garbage Collection in Java has a lot of advantages over manual deallocation of objects. But sometimes its automatic character makes that some of programmers neglect the aspect of objects lifecycle management.

Continue Reading →