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 jsp is used instead of html?
How many jsp scripting elements are there and what are they?
What is the jsp?
write a program in javasacript to shake the window
What is the use of pagecontext in jsp?
What are the different types scripting elements in jsp?
How do I mix jsp and ssi #include?
What is an api with example?
Can we use javascript in jsp?
Can I stop jsp execution while in the midst of processing a request?
Which tag should be used to pass information from jsp to include jsp?
What are standard actions in JSP?
Explain static method?
Give the use of session object.
List down the major differences between the jsp custom tags and java beans.