What is the difference between servlet config and servlet
context.
Answer Posted / mamta singh
Servlet config is a private area for every servlet.Any
variable stored there is accessible to only that servlet
while sevlet context is a shared area for every servlet in
an application.In an aaplication every servlet can access
the variable stored in servlet context.
| Is This Answer Correct ? | 203 Yes | 20 No |
Post New Answer View All Answers
What are its drawbacks of cgi?
When to use doget() and when dopost()?
What is meant by session? Tell me something about httpsession class?
What is servlet in web technology?
Explain the features are in servlet 3?
What do you mean by session tracking?
What is the servlet?
What is http servlet? Explain with the help of an example.
Explain the differences between jsp and servlet.
Explain is servlet mapping?
Describe in brief RequestDespatcher?
What is cgi and what are its drawbacks?
What methodology can be followed to store more number of objects in a remote server?
How does Cookies work in Servlets?
What is java servlet session?