XML DOM Question:
Download Questions PDF

List the features of DOM?

XML DOM Interview Question
XML DOM Interview Question

Answer:

DOM is Document Object Model. It is used to read data from a XML document. It is more commonly used in applications where data in the document needs to be repeated accessed. DOM supports navigation in any direction. XML DOM is typically used for XML documents. The DOM defines the objects and properties of all document elements, and the methods (interface) to access them.

Download XML DOM Interview Questions And Answers PDF

Previous QuestionNext Question
Define HTML DOM?Explain the difference between DOM and SAX?