Interview Tips Interview Tips, Interview Questions and Answers

11Mar/100

Interview Question :: garbage collector in .NET?

When should you call the garbage collector in .NET?

Garbage collection is a process of releasing the memory used by the objects, which are no longer referenced. This is done in  different ways and different manners in various platforms and languages. We will see how garbage collection is being done in .NET.