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 the difference in between the httpservlet and generic servlet?
What are the different methods involved in generic servlet?
What is servlet in simple terms?
What are Servlets?
What do you mean by session tracking and also explain its techniques?
Difference between java beans & servlets?
How to get the server information in a servlet?
What is the use of servletconfig interface?
What is session?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
How httpservlet is different from the genericservlet?
How can you use a servlet to generate a plain text instead of html?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How to get the IP address of client in servlet?
What is difference between server and servlet?