What is the difference between page ,application and session implicit objects of jsp?

Showing Answers 1 - 3 of 3 Answers

page :it can be acessed in the page's context only   that is it can be acessed in that page only.

session :it can be acessed throughout the session's context that is it can be acessed throughout the session where it is defined.

application :it can be acessed throughout the application's context that is it can be acessed througout the whole application.

  Was this answer useful?  Yes

mathi

  • Jan 21st, 2006
 

hi

 ur definition is really superb. plz send the example program for woking of session and application.

plz clarify my doubt.

by

mathi

  Was this answer useful?  Yes

kamal

  • Jul 14th, 2006
 

thank you

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions