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 jsp?
What is jsp and how it works?
Which tag is used to execute java source code in jsp?
What language is used to write servlets and jsp?
What are the ways to insert java code into jsp page?
Is jsp compiled?
Explain the jsp:setProperty action.
What is jsp translation phase?
Explain the uses of
Explain lifecycle methods.
Is jsp server side or client side?
How to include a jsp file in another jsp file?
Is jsp platform dependent?
What is the purpose of jsp and why it is widely used?
Explain the uses of jsp?