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.
Specify the statement which replaces the multiple if-else statements in the code?
Describe the naming conventions that are necessary for XML elements tags?
Write about the AJAX and JavaScript?
Explain the function of WebpartListUserControlPath property of the DeclarativeCatalogPart control?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
Briefly explain about PLINQ?
Explain the use of the PlaceHolder control? Is it possible to see it at runtime?
Name the three states which are set in a CheckState property of the CheckBox?
Illustrate the use of CommandBuilder class?
Define the function of a ViewState property?
18,76,764
1937568 Asked
3,689
Active Tutors
1421252
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!