Answer Posted / kirti
Garbage collection is a system whereby a run-time component takes responsibility for managing the lifetime of objects and the heap memory that they occupy. This concept is not new to .NET - Java and many other languages/runtimes have used garbage collection for some time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between int.parse and int.tryparse methods?
Please explain the basic string operations used in c#?
What is the difference between const and readonly in c#.net?
Why attributes are used in c#?
What are indexers in c# .net?
what are nullable types in c#
How does the clr work?
What are object pooling and connection pooling and difference between them?
What is namespace explain with example?
What does int32 mean?
What is the difference between null and string empty in c#?
Is void a class?
When should you use generics?
Are string objects mutable or immutable?
What is a thread? What is multithreading?