Define using statement in c#?



Define using statement in c#?..

Answer / Md. Faizan Khan

The "using" statement in C# is used to automatically dispose of objects that implement the IDisposable interface when they are no longer needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

can we create an empty interface with no definitions? If so, how it should be called in the class?

3 Answers   IBM,


What is difference between ienumerable and list in c#?

1 Answers  


What is primitive types in c#?

1 Answers  


How do I declare inout arguments in c#?

1 Answers  


What is desktop example?

1 Answers  


Does a loop recorder have to be removed?

1 Answers  


In all methods of an interface should be derived?

5 Answers  


What is eager loading in c#?

1 Answers  


What are bitwise logical operators?

1 Answers  


What is binary search tree in data structure?

1 Answers  


Is c# good for games?

1 Answers  


what is CSharp

6 Answers  


Categories