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 is servlet and how it works?
what is multiple server?
Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????
What is Server-Side Includes?
How servlet is created?
When should you prefer to use doget() over dopost()?
How can we refresh automatically when new data is entered into the database?
What is the difference between the http servlet and generic servlet?
What is servlet exception?
6 Answers EDS, Spa IT Solutions,
Can you send the mail from a servlet ,if yes tell how?
What is servlet name in web xml?
What’s the difference between forward() and sendredirect() methods?