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
How to use jsp el to get http method name?
How does error handling occur with jstl?
What is difference between javascript and jsp?
What jsp lifecycle methods can I override?
How to create menu in jsp with example?
Explain JSP Output comments?
What is a session in web?
How many tags are there in jsp?
How to ignore the el expression evaluation in a jsp?
How can my application get to know when a httpsession is removed?
What do you mean by custom tag in jsp?
What are the different types of jsp tags?
What are the implicit el objects in jsp?
What are jsp lifecycle methods?
How to restrict page errors display in a JSP page?