Qus:    What is Garbage Collection in .NET?
Oct 13, 2020 08:51 2 Answers Views: 643 SAI

Garbage collection is done by the garbage collector (GC) which manages the allocation and release of memory. The garbage collector serves as an automatic memory manager. You do not need to know how to allocate and release memory or manage the lifetime of the objects that use that memory.

Prev Next
Answers (2)
NAIDU Oct 14, 2020 02:05
Answer:   Garbage Collection in .NET Framework facilitates automatic memory management. It automatically releases the memory space after all the actions related to the object in the heap memory are completed.

PARTH Oct 14, 2020 09:11
Answer:   Garbage collection is done by the garbage collector (GC) which manages the allocation and release of memory. The garbage collector serves as an automatic memory manager. You do not need to know how to allocate and release memory or manage the lifetime of the objects that use that memory.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect