Community

How to read XML file in Java – (DOM Parser)

(mkyong) DOM Parser is slow and consume a lot memory if it load a XML document which contains a lot of data. Please consider SAX parser as solution for it, SAX is faster than DOM and use less memory.

Read More - Register for Free Membership