In terms of performance, which of the following parsers are more suitable?

Options
- DOM
- SAX


CORRECT ANSWER : SAX

Discussion Board
SAX-

SAX stands for Simple API for XML. In terms of performance, SAX is often used in high performance applications.

DOM stands for Document Object Model.

Sapna 02-20-2017 05:58 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement