1
Answer

.Net Framework Question

Ask a question
ravi

ravi

16y
1.9k
1
Which one of the folowing is the way to create an XmlReader using an XMLReaderSettings object?

a) Call the constructor.
b) Get a reader from an XmlDocument
c) Call the static create method
d) Do not use XmlReader; this class is deprecated in .NET 2.0
e) use a StringReader to intantiate the XmlReader

Answers (1)