what is the difference between ServletContext and
ServletConfig
Answer Posted / saikiran
the scope of ServletConfig is With in the servlet
ServletContext is with in webApplication.
ServletConfig is an name and value pairs
it consist of
servletName,InitializationParameters,servletContext
ServletContext:
---------------
the application which is being deployed in the
server...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is war file?
What are the different methods involved in the process of session management in servlets?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What is session?
Can we use threads in Servlets?
What is lazy loading and what is Generic Servlet Class?
how the HTML data stored in web server?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Write all the phases defined in servlet life cycle?
What is http servlet?
Is dispatcher servlet a singleton?
What is the purpose of inter-servlet communication?
How to get the IP address of client in servlet?
Explain web container.
Explain jsessionid?