what is the difference between ServletContext and
ServletConfig
Answer Posted / dhil
Saurabh Kandpal..
servletcontext is for the whole webapplication and
servletconfig for a individual servlet
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How to get the path of servlet in the server?
What is a servlet engine?
What is the life cycle of a servlet?
What are session variable in servlets?
What are the type of protocols used in httpservlet?
How to get the current httpsession object?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What methodology can be followed to store more number of objects in a remote server?
What is difference between server and servlet?
How can we refresh automatically when new data is entered into the database?
What is the type of method for sending request from http server?
What is the difference between context parameter and context attribute?
What are sessions in servlets?
What do you mean by session tracking and also explain its techniques?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?