Computer Science, asked by Ramavtar6461, 1 year ago

What is meant by Garbage collection ?

Answers

Answered by pihu1520
1

In computer science, garbage collection is a type of memory management. It automatically cleans up unused object and pointers in memory, allowing the redources to be used again. A common method of garbage collection is called reference counting.

Similar questions