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 can I share objects across different sessions?

2 Answers   Accenture,


What do you mean by httpservlet?

0 Answers  


Explain in detail about applet to servlet communication?

1 Answers  


Write all the phases defined in servlet life cycle?

0 Answers  


What are the advantages of Servlet over CGI?

0 Answers  






How can you create a session in servlet?

0 Answers  


What is servlet in simple terms?

0 Answers  


Can you create a deadlock condition on a servlet?

0 Answers  


How does Cookies work in Servlets?

0 Answers  


Differentiate between the web server and application server?

0 Answers  


How do you load an image in a Servlet?

0 Answers  


What methodology can be followed to store more number of objects in a remote server?

0 Answers  


Categories