What is Garbage Collection in .Net and what is the Garbage
collection process?
Answer Posted / dotnetkal
A Garbage collector is actual used to collect the objects and save under it . In tht objects we are going to have unused objects and using objects.the process is to do Memory management . Garbage Collector GC is divided into three generations. each generation will store objects.
GEN3>GEN2>GEN1
when ever Gen1 Is filled and no space for new object .it will clean up by itself and delete all the un used objects .. the objects tht are currently used are going To shifted into GEN2 so the process is repeated for all the Generations.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do you know what is .net standard?
Explain something about WebService?
What is marshling?
Explain me what is encapsulation?
Is .net front end or backend?
What is the difference between imperative and interrogative code?
What is the difference between boxing and unboxing?
Can a try block have nested try blocks?
Is there any attempt system for microsoft technology papers?
What is difference between system.string and system.stringbuilder classes?
What are pdbs?
Explain the procedure to add assemly to gac to make it shared one?
What is .net environment?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What is assembly in .net?