What is Garbage Collection in .Net and what is the Garbage
collection process?
Answer Posted / gh
Garbage Collector is a process of releasing the memory used
by the objects, which are no longer referenced.
Programmatically Invoking the Garbage Collector by using
GC.Collect () method which is from System.GC class.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is meant by globalization?
Explain why do we use the “using” statement?
What is the use com component in .net?
what will do to avoid prior case?
What does il do?
What are Attributes in .NET?
When should I use .net core?
How can I find out what the garbage collector is doing?
Do you know the difference between the stack and the heap?
Define code access security (cas)?
Explain me why do we use msmq?
Explain boxing and unboxing in .net.
Explain about the Common Language Runtime?
What is Event - Delegate? clear syntax for writing a event delegate
Which namespace does it belong to by default?