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.
Name the method that offers a functionality to display the dialog box during runtime?
List out the attributes of an Interface.
Write the difference between a toolstrip split button and a toolstrip drop-down button ?
Explain the function of .WebPart file do?
How a condition can be implemented in the workflow?
Write down the three main points in WCF?
Briefly explain about PLINQ?
Write down a short note on the brief history of WPF?
Describe DataReader object?
Illustrate various types of Validation Controls?
18,76,764
1928623 Asked
3,689
Active Tutors
1432227
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!