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 |
How can you use a servlet to generate a plain text instead of html?
What is a servlet?
What is url encoding and url decoding
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
Which application server is best for java?
How the servlet is loaded?
Explain Action Servlet?
what are the disadvantages of cookies?
How to get the actual path of servlet in server?
What is load-on-startup in 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
What is the difference between an applet and a servlet?
15 Answers GCEW, Miracle Solutions,