Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Difference between application implict object and servlet context in jsp

843840Jul 4 2008 — edited Aug 12 2008
what is the difference implicit application object and servlet context object in jsp?


i know servlet context is necessary to make the jsp as a servlet.

we can use the servletcontext object to set and get the attribute as application scope.

what is the need for implict application object.

upto my knoweledge application object and servlet context are same. only difference is servletcontext give servletness.

we can use the same servletcontext object as application.


my question is what is the use of implict application object and difference between servletcontext and implict application object
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2008
Added on Jul 4 2008
3 comments
142 views