What is servlet context?

What is servlet Context? Given me an example.

View Answers

June 6, 2012 at 5:28 PM

ServletContext is an interface that is defined in the javax.servlet package. It describes a set of methods for communicating with the servlet container. For example, dispatch requests, to get the MIME type of a file, or write to a log file.

For more information, visit the following link:

ServletContext Example









Related Tutorials/Questions & Answers:
Advertisements