Q20
What does the "using" keyword do in the context of IDisposable objects in C#?
A.
Imports namespaces
B.
Declares variables
C.
Handles exceptions
D.
Automatically disposes resources
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board