What is the state of Garbage Collection after dispose() call
info C# code?
Answer Posted / deepak
After dispose() call,the connection between front end(user
interface) and back end(database server) is broken,because
the dispose() removes the connection object from the memory.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How can an inner class access the members of outer class?
What does exclamation mark mean c#?
What is the advantage of generics in c#?
What is property in c#?
Is string a primitive data type in c#?
Are objects passed by reference in c#?
Explain synchronous and asynchronous operations?
Can mvc be used for desktop applications?
Why do we need delegates?
What is the difference between virtual method and abstract method?
What is an arraylist in c#?
Where do we use static class in c#?
What is anonymous method in c#?
Why is .net so popular?
Is there hashmap in c#?