Difference between revisions of "Garbage collection (computer science)"
Jump to navigation
Jump to search
(just a definition for now) |
(added categories) |
||
| Line 1: | Line 1: | ||
In computer science, '''garbage collection''' is the process in which memory that was dynamically allocated during the execution of a program is reclaimed after its execution. <ref> {{cite web|url=http://dictionary.reference.com/browse/garbage+collection?jss=0 | title=Garbage collection }} </ref> | In computer science, '''garbage collection''' is the process in which memory that was dynamically allocated during the execution of a program is reclaimed after its execution. <ref> {{cite web|url=http://dictionary.reference.com/browse/garbage+collection?jss=0 | title=Garbage collection }} </ref> | ||
| + | |||
| + | [[Category:Computers]] | ||
| + | [[Category:Computer Programming]] | ||
| + | [[Category:Computer Science]] | ||
==References== | ==References== | ||
<references> | <references> | ||
Revision as of 15:20, March 21, 2010
In computer science, garbage collection is the process in which memory that was dynamically allocated during the execution of a program is reclaimed after its execution. [1]
References
<references>