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 are the security policy levels in .Net
What is garbage collection and how it works ?
Is .net a compiler?
Explain how to produce an assembly?
SAP Business One(this is intigrated tool of .net)
What is marshling?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
State the differences between the dispose() and finalize().
What is strong-typing versus weak-typing? Which is preferred?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is .net latest version?
What is boxing and un-boxing in .net?
Please explain what is the difference between a class and an object?
What is the advantage of .net?