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


Please Help Members By Posting Answers For Below Questions

Which tags are used for bean development?

692


Differentiate between and <%@include file=…>.

751


Explain the various scope values for tag.

717


What are jsp implicit objects?

753


How can I handle jsp page errors?

757


What is pagecontext?

761


How to deactivate el on jsp?

749


Explain the difference between servlet and jsp?

737


Explain the jspdestroy() method?

789


Is jsp platform dependent?

697


What are the jsp tag?

771


What is include directive in jsp?

745


What is server side programming language?

700


Which two interfaces does the javax servlet jsp package have?

948


How can the output of JSP or servlet page be prevented from being cached by the browser?

687