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 can I handle jsp page errors?
Explain lifecycle methods.
What is scriptlet in jsp?
Can we define a class inside a jsp page?
How can I use jsp in the mvc model?
Is jsp compiled?
What is jsp standard tag library, provide some example usage?
What is the use of requestdispatcher?
How does error handling occur with jstl?
What do you mean by jstl?
What is pagescope in jsp?
What is client side technology?
How do you delete the session data?
Which directive is used in jsp custom tag?
Mention the advantages of jsp over pure servlets?