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
List out difference between a JavaBean from a Servlet?
What are session variable in servlets?
What is the difference between a generic servlet and http servlet?
What is the use of send redirect () method?
What is meant by session? Tell me something about httpsession class?
What is the difference between context parameter and context attribute?
List the Different types of servlet?
What is the capacity the doget can send to the server?
What do you mean by the servlet chaining?
Describe servlet?
Why is Servlet so popular?
What is meant by a servlet?
How does Cookies work in Servlets?
What is the difference between using getSession(true) and getSession(false) methods?
What's the servlet interface?