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 |
Write a hello world program using servlets.
Tell us something about servletcontext interface.
What are session variable in servlets?
What do you mean by a filter and how does it work?
Why servlet is used as controller ? Not JSP? I want complete explation?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What is java servlet session?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Is servlet a framework?
What is Generic Servlet and how it is different from Http Servlet?
how to use servlets with j2ee ?
Which java framework is most popular?