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
What is Servlets and explain the advantages of Servlet life cycle?
What is a server side include (ssi)
What is the functionality of actionservlet and requestprocessor?
Explain jsessionid and when is it created?
Define the lifecycle for executing a jsp page.
Which event is fired at the time of project deployment and undeployment?
When servlet is loaded?
How to make sure a servlet is loaded at the application startup?
Differentiate between the get and post method
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the common methods that are included in the http servlet class?
If some new data has entered the database, explain how can a servlet refresh automatically?
How can the session in servlet can be destroyed?
What do you mean by web applications? Explain web application directory arrangement?
What are Servlets?