Computer Science, asked by sudharsanbus, 5 months ago

Q30. Which of the following parses the document in similar fashion to SAX parser but in more efficient way?
(A) SAX Parser
(B) JDOM Parser
(C) StAX Parser
(D) DOM Parser​

Answers

Answered by sayeshapoddar
1

Answer:

(c) StAX Parser

Explanation:

(c) StAX Parser: Parses the document in similar fashion to SAX parser but in more efficient way.

Similar questions