Qus:    What is Garbage Collection in .NET?
Oct 13, 2020 13:51 DotNet 2 Answers Views: 1066 SAI
Prev Next
Answers (2)
NAIDU Oct 14, 2020 07: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 14: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 solution is right for you?

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


Let`s Connect