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 the difference between the Response.Output.Write() and Response.Write() methods?
Describe in brief the term XAML extensible markup language?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
What is covariance and contra-variance in .NET Framework 4.0 with example for each.
Briefly explain about identifier.
Explain the term culture and and UICulture values?
Explain the role of CLR in .NET Framework.
Describe the meaning of Serialization and Deserialization and its utilization?
Which method is used in .NET to enforce garbage collection?
Explain DataAdapter class in the ADO.NET?
18,76,764
1932559 Asked
3,689
Active Tutors
1436894
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!