Which is algorithm is used to Manage the Memory in .net ??

Answers were Sorted based on User's Feedback



Which is algorithm is used to Manage the Memory in .net ??..

Answer / raghu

Garbage Collection

Is This Answer Correct ?    12 Yes 2 No

Which is algorithm is used to Manage the Memory in .net ??..

Answer / anil sharrma

Generations....

Is This Answer Correct ?    2 Yes 1 No

Which is algorithm is used to Manage the Memory in .net ??..

Answer / saravanan

garbage collection

Is This Answer Correct ?    2 Yes 1 No

Which is algorithm is used to Manage the Memory in .net ??..

Answer / praveen

Mark and Compact Algorithm,
Generation Algorith.. and many more...

Is This Answer Correct ?    2 Yes 1 No

Which is algorithm is used to Manage the Memory in .net ??..

Answer / chaithra

memory allocation

Is This Answer Correct ?    2 Yes 2 No

Which is algorithm is used to Manage the Memory in .net ??..

Answer / dhara

garbage collector

Is This Answer Correct ?    2 Yes 2 No

Which is algorithm is used to Manage the Memory in .net ??..

Answer / khushi

garbage colllection

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what are the differences between a class and structure

0 Answers   Cognizant,


If you want to write your own dot net language, what steps you will u take care?

0 Answers  


What is the difference between dispose() and finalize() methods in c#?

0 Answers  


What does char mean in c#?

0 Answers  


Explain the ways to deploy an assembly?

0 Answers  






If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


What are Sealed Classes in C#?

27 Answers   DataPoint, Wipro,


Is c and c# the same?

0 Answers  


How many types of variables are there in c#?

0 Answers  


What is the default value of boolean variable?

0 Answers  


What does console readkey do in c#?

0 Answers  


Can we override constructor in c#?

0 Answers  


Categories