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

How is method overriding different from overloading?

0 Answers  


What are value types in c#?

0 Answers  


Is and as in c#?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


What is the default modifier for class in c#?

0 Answers  


Can I define a type that is an alias of another type (like typedef in c++)?

0 Answers  


What do you mean by winforms in c#?

0 Answers  


What does it mean to override a method?

0 Answers  


Why main is static in c#?

0 Answers  


Can arraylist hold primitive types?

0 Answers  


What does dbml mean?

0 Answers  


You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?

0 Answers  


Categories