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 how would you implement the inheritance by using VB.NET/C#?
What is AdRotator Control?
Name the parameters which control generally connection pooling behaviours?
Briefly describe the properties in C# and state the advantages which are attained by using them in programs?
Explain about standard query operators in LINQ?
How can we programmatically prevent the Combobox from dropping, in the .NET 4.0?
Write about Windows Azure operating system.
Explain the syntax of the “for” loop.
Explain the use of Copy Project command?
Distinguish between the .EXE and .DLL files?
18,76,764
1960492 Asked
3,689
Active Tutors
1455924
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!