Which is algorithm is used to Manage the Memory in .net ??
Answers were Sorted based on User's Feedback
Answer / praveen
Mark and Compact Algorithm,
Generation Algorith.. and many more...
Is This Answer Correct ? | 2 Yes | 1 No |
How is method overriding different from overloading?
What are value types in c#?
Is and as in c#?
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 }
What is the default modifier for class in c#?
Can I define a type that is an alias of another type (like typedef in c++)?
What do you mean by winforms in c#?
What does it mean to override a method?
Why main is static in c#?
Can arraylist hold primitive types?
What does dbml mean?
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?