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 |
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
How do we share data using 'getservletcontext ()?
When the methods init() and Distroy() will be called?
Describe the phases of servlet lifecycle?
How will you pass values from HTML page to the 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
Define servlet mapping?
Explain the difference between GET and POST methods?
How native code can be used in a servlet?
what are binding listners?
Explain the servlet filter.
When should you prefer to use doget() over dopost()?