Index  Developers Guides  Admin Guide  Close

garbage collection (GC)

GC reclaims memory from unused objects and variables while a Java program is executing. Usually executes in the background automatically, but can also be specified by the programmer.