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 about the architecture of ADO.NET in brief.
List the classes which are introduced in the System.Numerics namespace?
What does a break statement do in the switch statement?
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
List out the difference between the “dynamic” and “var” data types?
What are the layouts of ASP.NET Pages?
Illustrate the difference between the const and readonly?
How can a text box be enforced to show characters in the uppercase?
Explain about the Take and Skip clauses?
Explain the use of Copy Project command?
18,76,764
1942432 Asked
3,689
Active Tutors
1412593
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!