Types of generations in a garbage collector
List the types of generations there are in a garbage collector?
Expert
Memory management in the CLR is divided into the three generations which are made up by grouping memory segments. Generations improve the garbage collection performance. The three types of generations in a garbage collector are as follows:
Generation 0 – In this generation an object is initialized.
Generation 1 - Objects which are under garbage collection procedure are said to be in generation 1.
Generation 2 - Every time new objects that are produced and added to memory are consider in generation 0 and the old objects are in generation 1 are said to be in generation 2.
Write down the benefits of Hosting WCF in IIS?
What do you mean by the term XML Infoset?
List the advantages of the DLR?
How a color is picked from the ColorDialog box?
Briefly state the characteristics of the value-type variables which C# programming language supports.
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
Explain DataReader object?
What setting should be added in a configuration file to reject the particular user from accessing secured resources?
What do you mean by the term ALE? Describe the functions of ALE in 8085?
Specify the syntax which is be used to inherit from a class in C#?
18,76,764
1930663 Asked
3,689
Active Tutors
1415036
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!