What is Garbage Collection in .Net? 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 | 3 No |
Post New Answer View All Answers
Explain why do we use the “using” statement?
Explain code access security.
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Please explain what is the difference between encrypting a password and applying a hashing?
Which Namespace is used to to achieve MultiThreading in .NET?
How is meant by dll in .net?
What is .net environment?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is the benefit of .net core?
Is .net a compiler?
What are the features of dot net?
Explain when should you use .net web forms over asp.net mvc?
What is finalize method in .net?
What is Full trust permission set in .Net
What is a garbage collector?