Workday Interview Question

What does Java garbage collection do?

Interview Answer

Anonymous

Mar 3, 2025

There are two types of garbage collection in Java Minor GC which cleans up short lived objects on the heap and Major GC which reclaims memory on the heap occupied by more long term objects.