Computer Science, asked by SIDDHARTH2056, 1 year ago

In which language garbage collection is done by programmmer?

Answers

Answered by haryog08
0

Garbage collection (GC) is a form of automatic memory management. The garbage collector, or just collector, attempts to reclaim garbage, or memory occupied by objects that are no longer in use by the program.

Answered by skazzu
0

In computer science, garbage includes objects, data, or other regions of the memory of a computer system (or other system resources), which will not be used in any future computation by the system, or by a program running on it.

Similar questions