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 |
Where do you define dispatcherservlet?
What is context in servlet?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
What are the differences between servlet context vs servlet config?
What is meant by session? Tell me something about httpsession class?
What is the use of httpservletresponsewrapper?
What is the role of the webserver?
what are the different services provided by the web server?
What is servlet collaboration?
What is URL Rewriting ?
Explain life cycle of a Servlet?