- Java 9:Building Robust Modular Applications
- Dr. Edward Lavieri Peter Verhas Jason Lee
- 44字
- 2025-04-04 17:08:34
Garbage collection algorithms
There are several garbage collection algorithms, or types, for use by the Java virtual machine. In this section, we will cover the following garbage collection algorithms:
- Mark and sweep
- CMS garbage collection
- Serial garbage collection
- Parallel garbage collection
- G1 garbage collection