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 the life-cycle of servlets?
Why doesn’t a servlet include main()?
Explain url encoding in servlet?
What is the difference between the http servlet and generic servlet?
What do you mean by session tracking?
How can we invoke another servlet in a different application?
What is called Scriptlet?
What's the servlet interface?
Which method is called when reference variable is passed in system.net?
what do you understand by url rewriting?
Explain the architechure of a servlet?
What do you mean by interservlet communication?
What are different ways for servlet authentication?
Why is servlet used?
What is meant by session? Tell me something about httpsession class?