Java Garbage Collection Session 1 – By RadhaKrishna Prasad

Trainer Details:

Topics Covered:

Following topics will be covered in the session

  1. What is Garbage Collection in Java?
  2. Difference between Manual Memory Management and Automated Memory Management
  3. Memory Pools in Heap – Eden, Survivor Spaces, Oldgen, Permgen and Metaspace
  4. How Minor GC, Major GC and Full GC happens in JVM
  5. GC Algorithms – Mark Sweep and Compact
  6. How different Garbage Collectors work in Java
  7. Serial, Parallel, CMS, G1, Shenandoah, Epsilon and ZGC
  8. Performance impact of GC

YouTube Video: Link

Important Articles which were discussed during the session:

Java Garbage Collection Session 2: Link


2 thoughts on “Java Garbage Collection Session 1 – By RadhaKrishna Prasad”

Comments are closed.