Answer Posted / mamatha
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 ? | 22 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between get and post method in servlet?
What are its drawbacks of cgi?
What is Request Dispatcher?
How will you pass values from HTML page to the servlet?
What is the advantage of Servlets when compared with other server side technologies?
When Servlet is unloaded?
How can you use a servlet to generate a plain text instead of html?
What are the benefits of using servlet over cgi?
How are filters?
How can you push data from an Applet to a Servlet?
What is the difference between the http servlet and generic servlet?
What is the difference between a generic servlet and http servlet?
Which exception is thrown if the servlet is not initialized properly?
What is pure servlet?
How can I send user authentication information while making URL Connection?