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 the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is scriptlet and what is expression?
What are the implicit el objects in jsp?
How can you make the finally clause not to fail to execute?
What is the jsp:getproperty action?
How can I enable session tracking for jsp pages if the browser has disabled cookies?
What are the different types of jsp tags?
What is jsp application?
What is jsp net?
Mention some important jsp action tags.
Can we implement an interface in a jsp?
What is a jsp directive?
What is the purpose of
What is jsp and how it works?
How can we avoid direct access of jsp pages from client browser?