Tag: java garbage collector

Understanding Java Memory Management – 2

Let’s continue here with garbage collector, Garbage Collection Garbage collection is the process of freeing space in the heap or the nursery for allocation of new objects. Let’s look at the models of Garbage Collection. The Mark and Sweep Model Generational Garbage Collection Dynamic and Static Garbage Collection Modes Compaction The Mark and Sweep Model […]