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
Can a try block have nested try blocks?
Explain what relationship is between a process, application domain, and application?
What is .net standard?
What is Complex Class in .NET?
Explain the difference between asp.net and asp?
What is "common language runtime" (clr) in .net?
What is heap and what is stack?
What is the difference between override and overload in a method?
What are multicast delegates?
Write the .net syntax for 'while loop'?
What is singlecall activation mode used for in .net?
What is smart navigation in .net?
Explain what is an anonymous method and how is it different from a lambda expression?
Tell us the differences between an interface and an abstract class in .net?
Is .net a compiler?