Answer Posted / diksha sharma
ServletContext is the runtime enrollment for web application.
It contains all the information regarding web application .So
it can be access by all resources. one web application will be having one ServletContext.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is java servlet session?
What is the difference between context parameter and context attribute?
What is servlet attributes and their scope?
What do you mean by the servlet chaining?
What are the different methods involved in the process of session management in servlets?
What is servlet name in web xml?
What is the difference between Servlets and Applets?
What is the difference between the include() and forward() methods?
Why do you use session tracking in httpservlet?
How to get the path of servlet in the server?
How do we call one servlet from another servlet?
What is the servletconfig object?
Which protocol will be used by browser and servlet to communicate
What is http servlet?
What's the use of servletcontext?