what is the difference between ServletContext and
ServletConfig
Answer Posted / sreenu bassha
ServletContext:ServletContext interface contains basic
methods to find the path information, accessing other
servlets,etc.
ServletConfig:ServletConfig interface contains basic
methods to get the initialization parameters and
servletContext object.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is meant by a web application
What is the need of session tracking in web application?
What is new in ServletRequest interface ? (Servlet 2.4)
What do you mean by interservlet communication?
How many objects of a servlet is created?
What are its drawbacks of cgi?
Is servlet a framework?
How to handle exceptions thrown by application with another servlet?
What is called Session Tracking?
Name the packages that work with servlet?
What are the types of servlet?
Explain the different ways for servlet authentication?
Define the lifecycle for executing a jsp page.
What do you mean by chaining in servlet?
What is the structure of the http response