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 lazy loading and what is Generic Servlet Class?
How can I send user authentication information while making URL Connection?
Differentiate between get and post?
What do you mean by mime type?
Is it good idea to create servlet constructor?
How do cookies work in servlets?
What is the use of attribute in servlets?
Should I override the service() method?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is url encoding and url decoding
What are the type of protocols used in httpservlet?
Why servlet is mostly used?
What are the advantages of servlets over traditional cgi?
What are the differences between servlet context vs servlet config?
Which httpsession object is used to view and manipulate information about a session?