2
Answers

.net framework question

ravi

ravi

16y
2.4k
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 (2)