What is Garbage Collection in .Net? Garbage collection process?

Answers were Sorted based on User's Feedback



What is Garbage Collection in .Net? Garbage collection process?..

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

What is Garbage Collection in .Net? Garbage collection process?..

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

What is Garbage Collection in .Net? Garbage collection process?..

Answer / latha

Garbage collection automatically allocates memory.we forgot
to release this object.Its releases.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Dot Net General Interview Questions

What is nmake tool?

1 Answers  


What is the difference between server.transfer and response.redirect? Why?

1 Answers  


how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?

8 Answers  


Explain how to load the contents of an xml file into an xmldocument object?

1 Answers  


What are the features of UIP Application Block?

1 Answers  


What are The Main Difference Between Client-server Based Applications and Web Based Applications

1 Answers   CTC,


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

1 Answers  


Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com

1 Answers  


What is concurrency? How will you avoid concurrency when dealing with dataset?

1 Answers  


What is Meta Data? Explain Types of Assemblies

2 Answers   Deloitte,


Conceptually, what is the difference between early-binding and late-binding?

1 Answers  


where are connection strings stored?

1 Answers   Manhattan,


Categories