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

How to read request headers from servlets?

0 Answers  


What are session variable in servlets?

0 Answers  


what is the difference between doGet() and doPost()?

6 Answers   TCS,


what are the disadvantages of cookies?

8 Answers  


Why do we have servlet wrapper classes?

0 Answers  






How can we achieve transport layer security for our web application?

0 Answers  


What is URL Rewriting ?

2 Answers  


What is ServletContext() and what is its use?

9 Answers   Prime Technology, TCS,


How can an existing session be invalidated?

0 Answers  


Write the code to get the server information in servlet.

0 Answers  


What is meant by a servlet?

0 Answers  


What is Servlet Context?

5 Answers  


Categories