3. Which component of JDOM Parser represents DOM tree?
A.
Document
B.
Element
C.
Attribute
D.
Text
Answer
|
Explanation
|
Ans. ‘A’
|
Document represents the entire XML document. A Document object is
often referred to as a DOM tree.
|