1.

When to use a SAX Parser?

A. You can process the XML document in a linear fashion from the top down.
B. You are processing a very large XML document whose DOM tree would consume too much memory.
C. The problem to be solved involves only part of the XML document
D. All of the above.
Answer» E.


Discussion

No Comment Found