Which is algorithm is used to Manage the Memory in .net ??
Answer Posted / saravanan
garbage collection
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What do you know about Translate Accelerator?
In c#, what will happen if you do not explicitly provide a constructor for a class?
Is stringbuilder better than string?
What is different about switch statements in c#?
List out two different types of errors in c#?
Why interface is required?
What is visual c# net?
What does question mark mean in c#?
What are the uses of delegates in c#?
How do I type a whitespace character?
Explain the difference between “constant” and “read-only” variables used in c#?
What is concrete class in c# with example?
Illustrate serialization?
What do you mean by hashtable c#?