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
What is meant by implicit objects and what are they?
What is the purpose of creating custom tags?
What is the use of session management?
What does jstl mean?
How do I mix jsp and ssi #include?
Explain JSP Output comments?
What is an expression in jsp?
How can we handle the exceptions in jsp?
Why is jsp used for?
Which jsp life cycle is in correct order?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
Explain jsp?
mention the three important tags used in the development of jsp bean.
What is jsp custom tag and what are it’s components?
How to disable scripting?