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.
State the use of a .disco file?
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
State the reason why workflows are based on the Extensible Models.
Differentiate MDI form and a standard form?
Describe the role of new keyword in brief.
List the basic characteristics of the Cloud computing?
By Visual Studio in ASP.Net, illustrate namespaces which are imported automatically?
Specify the advantages of the DOM?
Describe ExpandoObject and DynamicObject classes.
18,76,764
1929324 Asked
3,689
Active Tutors
1453667
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!