Interview Question in C#.Net


 

Interview Question :: garbage collector in .NET?

When should you call the garbage collector in .NET?
VoteNowAnswers to "garbage collector in .NET?"

 Garbage collection is the inbuilt feature of .Net Framework.So we don't need to call it.It will be automatically called to detect and release the memory of the object when that can be no longer to accessed.