All > Technology > Programming > Java
The automatic detection and freeing of memory that is no longer in use. The Java runtime system performs garbage collection so that programmers never explicitly free objects.
- Browse Related Terms: array, base type, deep copy, dynamic type, finalization, garbage collection, heterogeneous collection, homogeneous collection, shallow copy, subarray
Also listed in:
- All > Technology > Programming > Perl