Which of the following statements about the Using statement is true?

a) It simiplifies writing code in which you use a resource
b) It only works with objects that implement the IDisposable interface
c) It implicitly places its body in a Try block, and includes a Finally block which executes the object’s Dispose method
d) All of the above

d) All of the above

Computer Science & Information Technology

You might also like to view...

________ is a technique that prevents indefinite postponement.

a) Monitors b) Mutual exclusion c) Aging d) Preemption

Computer Science & Information Technology

What is Progress element?

What will be an ideal response?

Computer Science & Information Technology