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
Is jsp used?
What is called jsp directive?
Can a jsp page process html form data?
Can an interface be implemented in the jsp file?
How do I open a jsp file?
How to include static files in a jsp?
What is attribute in jsp?
What is session tracking in jsp?
Write a simple example for the clone() method.
What are scriptlets in jsp?
What is the purpose of
What is difference between include directive and jsp:include action?
What is jstl jar?
What is an expression in jsp?
Give uses of object cloning?