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
Why do we use jstl tags?
What is jsp translation time?
Give an example of using your own tags.
How to run java program in jsp page?
What is jsp syntax?
How to send data from jsp to jsp?
What are the two types of comments supported by jsp?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
How to include a jsp file in another jsp file?
What is el in jsp?
What is server side programming language?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What are jsp implicit objects?
What are the life-cycle methods for a jsp?
Which method cannot be overridden in jsp?