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 |
Define context initialization parameters.
What is the difference between encodeRedirectUrl and encodeURL?
can i call destroy() method in init() method of servlet
What is a generic servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What is called a session?
explain filters in java?
What do you mean by web applications? Explain web application directory arrangement?
What is called servlet container?
What are the types of ServletEngines?
Explain Action Servlet?
Why do we need a constructor in a servlet if we use the init method?