Stack, Heap and Garbage Collection
Where a value lives, what keeps it alive, and what the two memory errors mean.
You do not manage memory in Java, which is why it is worth twenty minutes: the two errors the virtual machine throws are only legible if you know which region ran out. Collector algorithms, tuning flags and generational details are deliberately left out.
Contents
9 cardsnot started