DEVFYI - Developer Resource - FYI

What is parser

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

222. What is parser

A module that reads in XML data from an input source and breaks it into chunks so that your program knows when it is working with a tag, an attribute, or element data. A nonvalidating parser ensures that the XML data is well formed but does not verify that it is valid. See also validating parser.

(Continued on next question...)

Other Interview Questions