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 |
What is difference between GenericServlet and HttpServlet?
What is the use of attribute in servlets?
What is HTTP Tunneling?
What are the features added in Servlet 2.5?
What is the default http method in the servlet?
What is the difference between Server and Container?
What are the types of an http request?
How to make servlet thread safe?
9 Answers Frisco Tech, InfoVista, WipSys Technologies,
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
What is the web server used for running the Servlets?
What are the kinds of http requests?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.