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.
Briefly describe about data type?
What is AccordionExtender control?
Distinguish between RichTextBox control and TextBox control.
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
Explain abstract classes and List the different characteristics of an abstract class?
How we can enable impersonation in the web.config file?
Name the latest features of the ADO.NET Entity Framework 4.0?
Write down a short note on the brief history of WPF?
Name the values that can be allocated to a DialogResult property of the Button control?
Write the difference between the WindowsDefaultLocation and WindowsDefaultBounds properties?
18,76,764
1931775 Asked
3,689
Active Tutors
1436461
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!