February 2014
Beginner
1248 pages
62h 25m
English
• The Java Virtual Machine (JVM) performs automatic garbage collection (p. 338) to reclaim the memory occupied by objects that are no longer in use. When there are no more references to an object, the object is eligible for garbage collection. The memory for such an object can be re-claimed when the JVM executes its garbage collector.
Read now
Unlock full access