83. What are the differences between SAX and DOM parser.

SAX DOM Both SAX and DOM are used to parse the XML document. Both has advantages and disadvantages and can be used in our programming depending on the situation. Parses node by node Stores the entire XML document into memory before processing Doesn’t store the XML in memory Occupies more memory We cant insert or [...]

Follow

Get every new post delivered to your Inbox.