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
how the HTML data stored in web server?
Which are the different ways you can communicate between servlets?
What is the directory structure of a war file?
Why are servlets used?
What is servlet container. how it works?
What is a cookie What is the difference between session and cookie
What is the difference between 2 types of servlets?
What is servlet in web technology?
What is servlet name in web xml?
What are the functions of an intercepting filter?
What is the default http method in the servlet?
What methods do you use in servlet - applet communication?
Explain mvc pattern.
Why servlet is faster than jsp?
How to generate the server side programming and the advantages of it over the other languages?