XML Tutorial Answer2-4

4. Which method of JDOM Parser builds the JDOM Document from the XML source?
A.      SAXBuilder, build (xmlSource)
B.      Document.getRootElement()
C.      Node.getRootElement()
D.      Node.getChild(Name)


Answer
Explanation
Ans. ‘A’ is correct
SAXBuilder.build(xmlSource) builds the JDOM document from the xml source.