Accountancy, asked by aksharababu2625, 1 year ago

Write a note on Garbage Collection.

Answers

Answered by divyansh5237
5
In computer science, 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.

hopes this helps
please mark my answer as the brainlistttttt
Answered by poorvicomputers
0

Answer:

Garbage collection (GC) is a dynamic approach to automatic memory management and heap allocation that processes and identifies dead memory blocks and reallocates storage for reuse. ... When the memory count is zero, the object is garbage and is then destroyed. The freed memory returns to the memory heap.

Explanation:

Similar questions