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.
Write about ADO.NET in brief.
Specify some of the difference between system workflow and human workflow?
Explain Custom User Controls in the ASP.NET?
Describe disconnected architecture of the ADO.NET's data access model?
Write the importance of the Button control?
How can we programmatically prevent the Combobox from dropping, in the .NET 4.0?
Write the name of the class that manages event and layout of every ToolStrip elements?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Write down some of the features which are present in the VB 2005?
Explain why does an organization needs to manage the workloads?
18,76,764
1952440 Asked
3,689
Active Tutors
1422923
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!