Answer Posted / shaileja
Whenever the jsp page receives the request for the first
time
Whenever it receives the request jspEngine will check
whether the servlet is generated or not? if yes it will
give the reference to the page otherwise it will generate
new one
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is that servlet is pure java object or not?
What is the difference between a generic servlet and http servlet?
Define declaration.
Is servlet synchronized?
Explain the custom jsp tags and the beans.
Explain the jar and war files in servlet?
How can a servlet be used to generate plain text instead of html?
How can you start a jta transaction from a servlet deployed on jboss?
Write a command to get actual path of a servlet to the server?
What is war file?
What are the common methods that are included in the http servlet class?
What is the difference between servlet and jsp?
What is a server side include (ssi)
How printwriter is different from servletoutputstream?
What is the functionality of actionservlet and requestprocessor?