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
How do you create a cookie using servlet?
How do you run a servlet?
Why doesn’t a servlet include main()? How does it work?
What are the mechanisms used by a servlet container for maintaining session information?
Why is a constructor needed in a servlet even if we use the init method?
Why do we need a constructor in a servlet if we use the init method?
The code in a finally clause will never fail to execute, right?
Difference between doget and dopost?
What is the dispatcher servlet?
What is the difference in between the httpservlet and generic servlet?
How do you load an image in a Servlet?
How can an existing session be invalidated?
What is servlet api used for conneting database?
What is the procedure of invoking different servlet in a different application?
What is MIME Type?