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
How to pass information from jsp to included jsp?
Which tags are used for bean development?
why ,what, when, where,how the extended star schema is used.
What is the resourcebundle class in jsp?
How to send data from one page to another in jsp?
What is difference between javascript and jsp?
How to include a jsp file in another jsp file?
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?
How to delete a cookie in jsp?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What are the components of jsp?
How many jsp scripting elements are there and what are they?
Give an example where you need jsp custom tag?
Explain the difference between servletcontext and pagecontext in jsp?
Differentiate between include directive and include action.