Mark the diff in SessionContext in Session Beans and ServletContext in Servlets
Defines 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.
ServletContext interface. You retrieve the Web context with the getServletContext method. The Web context provides methods for accessing:Mark the diff in SessionContext in Session Beans and ServletContext in Servlets