What is Garbage Collection in .Net and what is the Garbage
collection process?
Answer Posted / guest
The process of transitively tracing through all pointers to
actively used objects in order to locate all objects that
can be referenced, and then arranging to reuse any heap
memory that was not found during this trace. The common
language runtime garbage collector also compacts the memory
that is in use to reduce the working space needed for the heap.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is managed code in .NET?
How to debug failed assembly binds?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is common language specification (cls)?
What is operator overloading in .net?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Can you create instance of a class which has private constructor?
What is .net standard?
What is a .net class?
Tell me about secure socket layer? How to make use of the technology?
Why inheritance is important?
Explain me what is an anonymous method and how is it different from a lambda expression?
What is Code group in .Net with respect to CAS
What is the difference between function and stored procedure?
Explain about managed heap?