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 a web application and what is it’s directory structure?
Explain servlet events?
Why is servlet used?
What is the difference between the include() and forward() methods?
Why do we need servlet filter?
What do you mean by chaining in servlet?
How can an existing session be invalidated?
What do you mean by mime type?
How to upload a file to the server using servlet?
What is context in servlet?
How is the get () method different from the post() method?
What is the use of send redirect () method?
What is the difference between Server and Container?
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
What is Servlets and explain the advantages of Servlet life cycle?