Programming Tutorials

Comment on Tutorial - XML and Java - Parsing XML using Java Tutorial By Maggie



Comment Added by : FriendlyNoob

Comment Added at : 2015-07-20 17:27:08

Comment on Tutorial : XML and Java - Parsing XML using Java Tutorial By Maggie
Nice tutorial, I got how it's done, but the difference from one method (DOM) to the other (SAX) is meaningful enough to be explained. For those who are still asking what the difference is, this is a great post to read:
http://stackoverflow.com/questions/6828703/what-is-the-difference-between-sax-and-dom


View Tutorial