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 |
what happens if we wont use destroy()?
Define servlet mapping?
Who is responsible for writing a constructor?
What are common tasks performed by Servlet Container?
What is the inter-servlet communication?
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
Explain the methods in Generic and HTTP Servlets?
If servlet receives multiple requests, how many objects will it create?
Why filter is used in servlet?
What are the difference between RMI and Servlets?
Describe in brief RequestDespatcher?
What is the difference between sendredirect() and forward() in a servlet?