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
What is the data encapsulation?
What are Memory foot print of an exe?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
Can a class have static constructor?
What is the difference between array and arraylist in c#?
What is semaphore in c#?
Explain how to parse a datetime string?
What is the boxing and unboxing in c#?
Differentiate between static class and singleton instance?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is an abstract class c#?
What happens if you add duplicate elements to a set?
Is as keyword in c#?
What are Types of assemblies that can be created in dotnet
What is use of FormBoarderStyle Propertie