Submitted Questions

  • what is a jaxp parser

    Abhijit pradhan

    • Dec 6th, 2006

     i got that answer right thanks. can you give some example of dom and sax parser using document builder.

    srivathsan.R

    • May 2nd, 2006

    hi therewe expand jaxp as 'java api for XML parser'.The job of a parser in xml is to parse the data which is being sent using the function "parse ()".This function parse the data which is to be transfered either by SAX,DOM parsers with their corresponding techniques.