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 difference between .net and .net core?
What is dot net and its uses?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What are the two main parts of the .net framework?
How big is the datatype int in .net?
What are the namespace available in .net?
Explain what are possible implementations of distributed applications in .net?
How you apply a theme in whole application in .Net?
What is Flyout Design Pattern in .NET?
Difference between user groups and code groups
What is .net standard?
How do I spawn a thread?
what are connection strings?
How server form post-back works?
What is the purpose of IClonable interface in .NET?