What is the use of Application Object and Session Object in
JSP?

Answer Posted / hazarath k

When a Java bean object is used in while processing
multiple requests and the information is specific to the
particular client, then we place that Java been object in
Session.

When a Java bean object is used in while processing
multiple requests and the information is not specific to
the any client, then we place that Java been object in
Application.

Is This Answer Correct ?    16 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to pass information from jsp to included jsp?

722


Which tags are used for bean development?

678


why ,what, when, where,how the extended star schema is used.

1848


What is the resourcebundle class in jsp?

685


How to send data from one page to another in jsp?

681


What is difference between javascript and jsp?

692


How to include a jsp file in another jsp file?

679


A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?

850


How to delete a cookie in jsp?

746


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

676


What are the components of jsp?

707


How many jsp scripting elements are there and what are they?

748


Give an example where you need jsp custom tag?

690


Explain the difference between servletcontext and pagecontext in jsp?

694


Differentiate between include directive and include action.

718