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
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is servlet collaboration?
What is the life cycle of a servlet?
What are the ways to handle multi-threading in servlets?
How can we achieve transport layer security for our web application?
Explain the difference between jsp and servlet?
Why session tracking is needed?
What is the difference between using getSession(true) and getSession(false) methods?
What is load-on-startup in servlet?
What are some disadvantages of storing session state in cookies?
Which HTTP method is non-idempotent?
Which event is fired at the time of project deployment and undeployment?
What is preinitialization of a servlet?
List out difference between a JavaBean from a Servlet?
What is the dispatcher servlet?