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 el?
What is the jsp?
How to find out the name of the http method using jsp el?
What is jsp and its architecture?
What is the resourcebundle class in jsp?
Which tag is used to execute java source code in jsp?
Explain the jsp:setProperty action.
Is the session object always created on the jsp page, is it possible to disable its creation?
Why is jsp used?
What is a javaserver pages (jsp)?
Can a jsp page instantiate a serialized bean?
Explain pge Directives.
What is jsp in javascript?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
How does a servlet communicate with a jsp page?