How many types of generations are there in a garbage collector?



How many types of generations are there in a garbage collector?..

Answer / Khubendra Pratap Sant

There are two types of generations in a .NET garbage collector: Generation 0 (newly created objects), Generation 1, and Generation 2. The garbage collector manages the memory by moving objects between these generations based on their age and survival.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What are three common acronyms used in .net, and what do they stand for?

1 Answers  


Please explain what is the difference between constants and read-only variables?

1 Answers  


What is boxing in .NET?

1 Answers  


I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.

1 Answers  


What is Complex Class in .NET?

1 Answers  


What is use of ContextUtil class?

1 Answers  


What is DTS and explain the purpose of it?

1 Answers   ADITI,


What's the use of system.diagnostics.process class in .net?

1 Answers  


what is the difference between early binding and late binding in .net?

2 Answers   Satyam,


Explain how to spawn a thread?

1 Answers  


Explain how to redirect tracing to a file?

1 Answers  


what are the Goals of the UIP Application Block?

1 Answers  


Categories