Moderate

Which class can be used to create an XML document from scratch ?

Correct answer: D. XmlDocument

  • A. XmlNew
  • B. XmlConvert
  • C. XmlSettings
  • D. XmlDocument

Explanation

XmlDocument represents an XML document in memory and can be instantiated and populated with elements, attributes, and text from scratch. XmlConvert handles value conversions, while XmlSettings configures XML readers and writers.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions