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

Explain the difference between the while and for loop.

0 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually.

0 Answers  


Will it go to finally block if there is no exception happened?

0 Answers  


What is difference between .net and .net core?

0 Answers  


asp mean

3 Answers   CTS, TCS,






Difference between value type & reference types ?

0 Answers  


What are virtual destructures?

0 Answers  


Explain what rare the types of jit and what is econo-jit?

0 Answers  


How Garbage Collector (GC) Works?

1 Answers  


How to view a .NET assembly?

0 Answers   QuestPond,


Using com component in .net?

0 Answers  


Name for built-in permission sets in .Net

1 Answers  


Categories