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 the difference between the include() and forward() methods?
Why the concept of single thread model interface is used?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
How can we invoke another servlet in a different application?
What are the steps that are involved in using the httpservlet class?
What is new in ServletRequest interface ? (Servlet 2.4)
Does servlet have main method?
What are the types of servlets? Explain
What is http servlet? Explain with the help of an example.
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is servlet in web technology?
What is cookie in servlet?
What's the difference between authentication and authorization?
When servlet object is created?
What is the difference between servlet and filter?