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


Please Help Members By Posting Answers For Below Questions

Explain the difference between public and static modifiers?

565


How many types of transactions are there in com + .net ?

575


How to produce an assembly?

568


Describe the difference between inline and code behind which is best in a loosely coupled solution?

2133


What is il and c#?

583






How will you load dynamic assembly? How will create assemblies at run time?

1623


Please explain what is the difference between a class and an object?

580


Is .net core installed?

530


What is the new three features of COM+ services, which are not there in COM (MTS)

1542


Can a try block have more than one catch block?

617


Explain the purpose of Remoting in .NET?

642


What method do you use to explicitly kill a users session? How?

529


What does cil do?

578


What are the improvements made in cas in .net 4.0?

518


What is the difference between a debug and release build?

593