April 2018
Intermediate to advanced
910 pages
33h 21m
English
Java's initial garbage collection algorithm, mark and sweep, used a simple two-step process:
As you can readily determine, the mark and sweep algorithm seems effective, but probably not very efficient due to the two-step nature of this approach. This eventually lead to a Java garbage collection system with vastly improved efficiencies.