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.
Explain about the DataAdapter class in ADO.NET.
Illustrate the reason in brief why WPF is used?
Briefly describe about keywords also give example.
How can you send an email message through an ASP.NET Web page?
What is the role of the DynamicPopulateExtender control?
Explain the various Visual Basic features which support LINQ?
Differentiate the terms dynamic and var data types?
What is the function of Orientation property in a Menu control?
Briefly explain about ToolTip control. In what way we can associate it with another control?
What is AdRotator Control?
18,76,764
1953052 Asked
3,689
Active Tutors
1437822
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!