What is the use of Application Object and Session Object in
JSP?
Answer Posted / krrish
Application object is used to maintain the information
related to the current webapplication which is running in
the webcontainer.
Session object is used to maintain the information related
to the browser from which the user gets the request.
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
What is session scope?
Why is _jspservice () method starting with an '_'?
What is jsp and servlets?
Why do we use jsp?
How does el search for an attribute?
How to restrict page errors display in a JSP page?
How to use jsp el to get http method name?
How to call java method in jsp page on button click?
What are the 3 tags used in jsp bean development?
How to comment out jsp code?
What is difference between javascript and jsp?
What is the jsp:getproperty action?
What information is needed to create a tcp socket?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
Mention the scope values for