Multiple Choice
Where is the createElement method located?
A) DocumentBuilder class.
B) newBuilder class.
C) DocumentBuilder interface.
D) Document interface.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: How can a DTD specify that a
Q7: When referencing an external DTD (one not
Q8: _ is an extensible syntax that
Q9: Given the following code, what will the
Q10: The method setIgnoringElementContentWhitespace is in the _
Q12: When referencing an external DTD (one not
Q13: To make the parser ignore white space
Q14: When you parse an XML file with
Q15: When converting an XML document to Java
Q16: Where is the newDocumentBuilder method?<br>A)In the DocumentBuilder