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 list its types?
How do you find out what client machine is making a request to your servlet
Write a servlet to upload file on server.
What is SingleThreadModel interface?
List the Different types of servlet?
Explain the differences between jsp and servlet.
Which protocol will be used by browser and servlet to communicate
What must be implemented by all servlets?
What is the difference between portlet and servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is the servletconfig object?
What is http servlet?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
How can we invoke another servlet in a different application?
Why filter is used in servlet?