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
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Please explain what are an object and a class?
How will you make .NET programs work in Linux ?
How is threading done in .net?
Is .net a compiler?
What tools is used to develop .NET applications?
What's wrong with a line like this? Datetime.parse(mystring);
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is dot net and its uses?
What is an assembly? What are the different types of assemblies?
What is 3 tier architecture?
What is .net assembly?
Do you know what's the difference between .net and laravel?
What tools can I use to develop .net applications?
Explain the difference between vb and vb.net?