Nuno Bento
by Nuno Bento

Categories

  • Algorithms
  • Virtual Machine

JVM has Garbage Collection, this is tracking down all the objects that are still used and marks the rest as garbage. GC has four different implementations: Serial GC, Parallel GC, CMS GC and G1 GC.