Question: How does the XML DOM present an XML document?

  1. as a set of objects
  2. as a tree structure
  3. as an array of nodes
  4. as a dynamic program

Answer: The correct answer of the above question is Option B:as a tree structure