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
How do you configure a centralized error handler in servlets?
Explain the difference between a web server and a web container?
What is servlet in tomcat?
How many servlet objects are created?
What is the use of attribute in servlets?
How do you deal property files in servlet?
Describe some assignments that are executed by servlet container?
Which event is fired at the time of session creation and destroy?
Explain the difference between generic servlet and http servlet?
Which are the different ways you can communicate between servlets?
What’s the difference between genericservlet and httpservlet?
What is the use of request dispatcher interface?
How do I support both get and post from the same servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Why is httpservlet declared abstract?