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 what is meant by CTS, and how it is related to the CLS?
How we can decide whether we should deploy application or publish application?
Write the difference between unmanaged and managed code?
In what way we can auto size the button to fit the text?
How we can prevent validation control from validating data at client end?
Illustrate the terms validation controls?
Define the term Manifest?
Write down in brief the various types of Triggers in the WPF?
Explain the use of App_Code folder in ASP.NET?
Write the major differences between the classic ADO and ADO.NET?
18,76,764
1958006 Asked
3,689
Active Tutors
1441790
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!