Implicit objects: config and application
config and application :
So similarly you use config and application implicit objects .
config and application :
- config implicit object is nothing but instance of ServletConfig,
- And application object is nothing but instance of ServletContext.
- We know that when something used to be shared across the jsp page , use the config object and when you want to share something across the whole application we use the context object.
So similarly you use config and application implicit objects .
No comments:
Post a Comment