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


Please Help Members By Posting Answers For Below Questions

What is jsp life cycle?

505


What are the jsp tag?

536


What are advantages of jsp over asp, php, pure servlets and others?

483


Explain jsp?

550


What is declaration statement?

513






How to print java variable in jsp?

525


What is the purpose of ?

507


Explain the uses of jsp?

542


Can a jsp page process html form data?

576


Is jsp page extensible true false?

502


How can I set a cookie and delete a cookie from within a jsp page?

536


Explain JSP Output comments?

566


How can we handle the exceptions in jsp?

506


What is a declaration statement?

493


How jsp is executed?

464