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 the use of session management?
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
Explain jsp?
How can we disable java code or scripting in jsp page?
What is jsp api?
What are implicit objects in jsp?
How to disable scripting?
Why is jsp used?
Write a simple example for the clone() method.
What are jsp implicit objects?
What's the difference between javabeans and taglib directives?
Can we override jsp service method?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
What is the difference between jsp and php?
How can the output of JSP or servlet page be prevented from being cached by the browser?