Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Java (http://siteownersforums.com/forumdisplay.php?f=12)
-   -   What is servlet context? (http://siteownersforums.com/showthread.php?t=168594)

Kunal 04-28-2016 10:23 PM

What is servlet context?
 
What is servlet context?

Shivangi Panwar 04-28-2016 10:24 PM

The servlet context is an interface which helps to communicate with other servlets. It contains information about the Web application and container. It is kind of application environment. Using the context, a servlet can obtain URL references to resources, and store attributes those other servlets in the context can use.

Livepro 04-28-2016 11:01 PM

a set of methods that a servlet uses to communicate with its servlet container,for example, to get the MIME type of a file, dispatch requests, or write to a log file.

Aashi 05-31-2016 04:17 AM

It is a configuration object which is created when web application is started. It contains different initialization parameter that can be configured in web.xml.


All times are GMT -7. The time now is 12:27 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.