What is the state of Garbage Collection after dispose() call
info C# code?
Answer Posted / srikanth
Disapose Means simply flushing off the memory after a
perticular task is completed.
After Dispose The Stage of Garbage Collection Just Takes out
of memory it allocated.
If any mistake in my answer please intimate me
----->>>>> srikanthfanz@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between arraylist and list in c#?
Why is xml called extensible?
How do I create a multilanguage, single-file assembly?
What are the uses of namespaces?
Explain lock, monitors, and mutex object in threading.
Does c# have its own class library?
What are the collections in c#?
What is the concept of strong names?
What is the purpose of namespace?
What is the and operator in c#?
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 data types in c#?
Why do we use generics in c#?
Can we inherit singleton class in c#?
What are tuples c#?