What is servlet context?
Mind blowing SEO improving and Google rank increasing Signature Rotator SEO Tool.
What is servlet context?
The ServletContext is an object that contains meta informaton about your web application. You can access it via the HttpRequest object, like this:
ServletContext context = request.getSession().getServletContext();
ServletContext context = request.getSession().getServletContext();
The servlet context is an user interface which assists to connect with other servlets. It includes details about the Web application and container. It is kind of application environment.
Javax.servlet. Interface ServletContext. open interface ServletContext. Characterizes an arrangement of techniques that a servlet uses to speak with its servlet compartment, for instance, to get the MIME sort of a record, dispatch demands, or keep in touch with a log document. There is one setting for every "web application" per Java Virtual Machine.
User(s) browsing this thread: 1 Guest(s)