What is a parser. What does a parser do with a XML? Why do
we need it?



What is a parser. What does a parser do with a XML? Why do we need it?..

Answer / sanjay rawat

Parser is used to parser the xml file it parse the xml file
and set the data in the domain model and if the Schema
validation is set to true then it will validate the xml file
against the Schema .Parser is needed for reading the data
from the xml node and to populate that data

Is This Answer Correct ?    13 Yes 4 No

Post New Answer

More Servlets Interview Questions

What is the default HttpRequest method?

6 Answers  


Difference between Include, Forward and sendRedirect in Servlet?

7 Answers   AZTEC, KPIT, TCS,


What is the use of attribute in servlets?

0 Answers  


Explain request dispatcher and its methods.

0 Answers  


How the servlet is loaded?

0 Answers  






What is the difference between CGI and Servlet?

0 Answers  


Difference between forward() method and sendredirect() method ?

0 Answers  


What is URL Encoding?

0 Answers  


what are binding listners?

1 Answers  


What are the different ways we can maintain state between requests?

0 Answers  


What are advantages of servlets over cgi?

0 Answers  


What is servlet and its use?

0 Answers  


Categories