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
How can we invoke another servlet in a different application?
What is servlet looping or chaining?
What is the purpose of dispatcherservlet properties?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
Write a simple servlet program to print the contents of html.
What is the type of method for sending request from http server?
What is generic servlet class?
How can we achieve transport layer security for our web application?
What is the purpose of requestdispatcher interface?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What is httpservlet class?
What is the difference between genericservlet and httpservlet
List the Different types of servlet?
How are filters?
How do you create a cookie using servlet?