adplus-dvertising
frame-decoration

Question

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.

Posted under XML Web Technologies

Answer: (d).All of the above.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. When to use a SAX Parser?