What is the difference between servlet config and servlet
context.
Answer Posted / m.sridharreddy
Servlet context is a context for all servlets under the web
application.in the web application there is only one
context.and all the servlets communicate each other through
context and it uses context parameters
In the web application each servlet have one servlet config
object it uses init parameters.
Is This Answer Correct ? | 41 Yes | 12 No |
Post New Answer View All Answers
How do I use cookies to store session state on the client?
Write a program to show the functionality of doget and dopost method?
How can we create deadlock situation in servlet?
What do you mean by interservlet communication?
How do you communicate in between Applets and Servlets?
What's the use of servletcontext?
Why servlet is faster than jsp?
What methods do you use in servlet - applet communication?
What are the steps that are required to handle the multi-threading?
What are the benefits of using servlet over cgi?
What are the steps involved in placing a servlet within a package?
What is the advantage of Servlets when compared with other server side technologies?
How do you get the ip address of the client in servlet?
What are the disadvantages of storing session state in cookies?
Define the servlet mapping.