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.
Compare and contrast in brief the C# and Visual basic.NET?
Illustrate the reason in brief why WPF is used?
What is Custom Activities?
Is it possible to declare a private class in a namespace?
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Explain the term culture and and UICulture values?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
What improvements are prepared in CAS in .NET 4.0?
Explain the term Metadata?
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
18,76,764
1930789 Asked
3,689
Active Tutors
1440306
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!