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
Which tags are used for bean development?
Differentiate between
Explain the various scope values for tag.
What are jsp implicit objects?
How can I handle jsp page errors?
What is pagecontext?
How to deactivate el on jsp?
Explain the difference between servlet and jsp?
Explain the jspdestroy() method?
Is jsp platform dependent?
What are the jsp tag?
What is include directive in jsp?
What is server side programming language?
Which two interfaces does the javax servlet jsp package have?
How can the output of JSP or servlet page be prevented from being cached by the browser?