Types of generations in garbage collector
Explain different types of generations in a garbage collector?
Expert
Memory management in CLR gets divided in three generations which are build up by grouping various memory segments. These generations enhances the performance of garbage collection.
Following are three types of generations which is found in the Garbage collector:
a) Generation 0 - When an object is initialized, it is termed to be in generation 0.
b) Generation 1 - The objects that are under the process of garbage collection are considered to be in generation 1.
c) Generation 2 – When new objects are created and added to memory, they are included in the generation 0 and old objects in the generation 1 are considered to be in the generation 2.
Explain, what is an XML schema?
The information, like role management membership, profile, and Web parts personalization is stored in which database?
List the types of Cookies that are available in ASP.NET?
What is the duration for items stored in the ViewState?
What are the rules and regulations which should be followed while creating the well-formed XML document?
Write about Windows Azure operating system.
Name the different methods provided by a DataSet object to create XML?
Specify the statement which replaces the multiple if-else statements in the code?
Explain about pixels, points, and em's whenever fonts are exhibited?
Specify the process of execution for the managed code.
18,76,764
1931016 Asked
3,689
Active Tutors
1451207
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!