What is a parser. What does a parser do with a XML? Why do
we need it?
Answer Posted / 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 View All Answers
What is servlet and its types?
How can the session in servlet be destroyed?
What’s the difference between genericservlet and httpservlet?
What is servlet api used for conneting database?
what do you understand by url rewriting?
What do you mean by web applications?
What are the drawbacks of cgi?
Why HttpServlet class is declared abstract?
What are the life-cycle methods for a servlet?
Why filter is used in servlet?
Name the different ways of session tracking.
Why do we have servlet wrapper classes?
What are sessions in servlets?
What do you mean by cgi in servlet?
How are filters?