Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q3: When an exception occurs it is said
Q20: After a Catch block is entered to
Q21: Methods and the Common Language Runtime can
Q23: Almost all runtime exceptions can be fixed
Q25: When reading a stack trace,start from the
Q26: In the Catch header below,what is e?
Q27: The StackTrace property keeps track of all
Q28: An exception's ToString method returns all of
Q29: A FormatException is used to handle:<br>A) extra
Q37: The Message property of an exception is