Which is algorithm is used to Manage the Memory in .net ??
Answer Posted / raghu
Garbage Collection
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is an escape sequence?
What is an assembly loader?
What is the use of thread join in c#?
Do loops c#?
Is hashset serializable c#?
What is a string in c#?
What is the difference between a field and a property in c#?
Is int a struct in c#?
Explain streamreader/streamwriter class?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is a dictionary in c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
How do you serialize in c#?
What is garbage collection? How to force garbage collector to run?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?