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.
Write the different types of literals used in C #?
Briefly describe navigation controls. List the navigation controls that are present in ASP.NET 4.0?
Write down in brief, the objects in asp.net and state the main purpose of such objects?
Write down a short note on the brief history of WPF?
How can a text box be enforced to show characters in the uppercase?
Specify what does term “managed” mean within the .NET context?
What is meant by Manifest?
Explain the types of deployment models which are used in the cloud?
In what way we can format dates, numbers and currencies in the text box?
Describe the differences between the Server-side and Client-side code?
18,76,764
1959521 Asked
3,689
Active Tutors
1449084
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!