"finalize() gives the ability to performance some important cleanup at the time of garbage collection. It is only about the memory."
"Your objects might not get garbage collected."
"Garbage collection is not destruction."
"Garbage collection is only about memory."
"Where storage lives It’s useful to visualize some aspects of how things are laid out while the program is running—in particular how memory is arranged. There are five different places to store data: 1. Registers. This is the fastest storage because it exists in a place different from that of other s"