Which is algorithm is used to Manage the Memory in .net ??
Answer Posted / khushi
garbage colllection
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What are events in C#?
Explain synchronous and asynchronous operations?
What is the CTS, and how does it relate to the CLS?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
How do you create partial methods?
How many types of methods are there in c#?
What is the difference between int.parse and int.tryparse methods?
What’s thread.sleep() in threading ?
What is the .NET collection class that allows an element to be accessed using a unique key?
What is difference between c sharp and c#?
Explain the term inheritance in C#.
What is default value of bool in c#?
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?
To allow an element to be accessed using a unique key which .NET collection class is used ?