what is the difference between ServletContext and
ServletConfig
Answer Posted / ravikiran.chd
Servletcontext is one per webapplication and servlet config
is one per servlet
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
why we should override only no-agrs init() method.
What is api in servlet?
What do you mean by web applications?
What are all the protocols supported by httpservlet?
How do we translate jsp?
What are the jobs performed by servlets?
What is cgi?
What are the uses of servlet
What are the differences between the servletconfig interface and the servletcontext interface?
Explain the difference between a web server and a web container?
Explain Action Servlet?
What is a generic servlet?
Name the different ways of session tracking.
Why do we have servlet wrapper classes?
What's the architecture of a servlet package?