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 do you understand by mime type?
Explain how to improve Servlet Performance?
Whether we can get deadlock situation in servlets?
List some life cycle methods of a servlet.
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How to get the current httpsession object?
What is the use of attribute in servlets?
How to read request headers from servlets?
How can you run a servlet program?
request parameter how to find whether a parameter exists in the request object?
What are the different methods involved in generic servlet?
What are the uses of servlets?
How do I know if java is running on linux?
What is the use of httpservletrequestwrapper?
How do I support both get and post from the same servlet?