Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is ServletContext() and what is its use?

Answer Posted / asif shahzad

1. ServletContext is a window by which a Servlet instance see its environment.

2. ServletContext defines some methods that a Servlet instance can use to communicate with Servlet Container. E.g. To dispatch request, Writing to a log file etc.

3. Servlet Container pass the ServletConfig object to the Servlet instance when calling init(ServletConfig config) method. ServletContext instance reference exist inside the ServletConfig object.

4. Each Web application has only one ServletContext instance. So its a singleton object. If an Servlet Container deploys multiple Apps, each App have its own ServletContext.

Is This Answer Correct ?    98 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we go with database connection and log4j integration in servlet?

1240


What is servlet interface?

1276


What is the use of java servlet api?

1089


Can we fetch the attributes related to a servlet on a different servlet?

1200


How to get the path of servlet in the server?

1047


Explain servlet.

1090


What is servlet and its types?

1101


Which method of the httpservletrequest object is used?

1140


Is servlet a server side scripting language?

1192


How is a servlet implemented in code?

1123


Which interface should be implemented by all servlets?

1267


What are session variable in servlets?

1066


Name the packages that work with servlet?

1060


How to generate the server side programming and the advantages of it over the other languages?

1073


How to get the IP address of client in servlet?

1134