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 are connection strings?
Should I use readerwriterlock instead of monitor.enter/exit?
Please explain what is reflection and what is it for?
How to convert a .NET object into COM operabililty?
State the various features present in .NET?
What are pdbs?
What are the properties of ADO.NET?
What is the difference between function and stored procedure?
What is meant by globalization and localization?
How to produce an assembly?
What is Full trust permission set in .Net
What is STA in .NET?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What are the advantages of .net?
Is .net core installed?