What is the use of Application Object and Session Object in
JSP?
Answer Posted / pratheeka reddy
Session represents the HTTP session object associated
with the request,obtained from request getSession().
Application represents the servletcontext object for
storing persistent data for all clients.
The difference between session and application is that
session is tied to one client,but application is for all
clients to share persistent data.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What is difference between java and jsp?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank
Is there a way I can set the inactivity lease period on a per-session basis?
What is a jsp and what is it used for?
What are the different life-cycle methods?
Why do we need custom tags in jsp?
What is the difference between a scrollbar and a scrollpane in jsp?
What is the jsp:setproperty action?
Explain the advantages in jsp?
Is jsp page extensible true false?
What is request scope in jsp?
Explain jsp?
what is the difference between jsp and servlets ?
Give the syntax for jsp comments.
What is the full form of jsp?