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 is nmake tool?
What is the difference between server.transfer and response.redirect? Why?
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?
Explain how to load the contents of an xml file into an xmldocument object?
What are the features of UIP Application Block?
What are The Main Difference Between Client-server Based Applications and Web Based Applications
What are the improvements made in cas in .net 4.0?
Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
What is concurrency? How will you avoid concurrency when dealing with dataset?
What is Meta Data? Explain Types of Assemblies
Conceptually, what is the difference between early-binding and late-binding?
where are connection strings stored?