This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
1.DOM creates a tree
kind of structure to parse the XML document. Whereas SAX doesn’t store
information in internal tree type structure, because of this SAX is able to
parse large size documents with little memory.
2.DOM allows random
access to the file, whereas SAX doesn’t.
No comments:
Post a Comment