What is Garbage Collection in .Net? Garbage collection process?
Answers were Sorted based on User's Feedback
Answer / pradeep jagadeesan
Garbage collection is a least priority thread, which will
collect unused objects from memory.
Pradeep Jagadeesan
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
Answer / latha
Garbage collection automatically allocates memory.we forgot
to release this object.Its releases.
| Is This Answer Correct ? | 2 Yes | 5 No |
What's the .net collection class that allows an element to be accessed using a unique key?
What are The Main Difference Between Client-server Based Applications and Web Based Applications
What is WSDL and disco file ?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
How many languages .NET is supporting now?
38 Answers Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,
In code behind class, name the type of code found. Is it the server side code or client side code?
Compare client server application with n-tier application
Is .net an object oriented language? What are their components?
What is Entity Relationship Model in .NET?
Different levels of priority provided by .net.
How is meant by dll in .net?
What is the difference between imperative and interrogative code?