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 its use?
Servlet is pure java object or not?
Explain the difference between GET and POST methods?
How servlets are deployed in java?
Explain the role of dispatcherservlet and contextloaderlistener.
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?
What do you mean by chaining in servlet?
Explain request dispatcher and its methods.
How does java thread pool work?
Can you create a deadlock condition on a servlet?
Explain the war file?
What are important features of Servlet 3?