Types of generations in garbage collector
Explain different types of generations in a garbage collector?
Expert
Memory management in CLR gets divided in three generations which are build up by grouping various memory segments. These generations enhances the performance of garbage collection.
Following are three types of generations which is found in the Garbage collector:
a) Generation 0 - When an object is initialized, it is termed to be in generation 0.
b) Generation 1 - The objects that are under the process of garbage collection are considered to be in generation 1.
c) Generation 2 – When new objects are created and added to memory, they are included in the generation 0 and old objects in the generation 1 are considered to be in the generation 2.
Is it possible to validate a DropDownList by RequiredFieldValidator?
Define .NET Framework?
Name the classes that are supported to make the XML DOM?
In what way we can format dates, numbers and currencies in the text box?
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
Define the term Event.
Explain why does an organization needs to manage the workloads?
Differentiate between Web server controls and HTML?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
Illustrate the term lazy initialization?
18,76,764
1954372 Asked
3,689
Active Tutors
1418338
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!