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.
Define the terms Web server controls and Custom user Controls in Asp.net?
Explain the term culture and and UICulture values?
Elucidate the term Windows authentication?
Write the difference between an interface and abstract class?
Briefly explain the use of web.config?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
State the types of workflow in the WF?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Name the three states which are set in a CheckState property of the CheckBox?
Describe the relationship between an object and the class?
18,76,764
1944867 Asked
3,689
Active Tutors
1418342
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!