What is the difference between servlet config and servlet
context.
Answer Posted / nahim makhani
Servlet context is used for every servlet of package and
servlet config
is used for particular one servlet
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
Which interface must be implemented by all servlets?
How does java thread pool work?
Which are the different ways you can communicate between servlets?
What do you mean by httpservlet?
Why is http protocol called as a stateless protocol?
What is the difference between 2 types of servlets?
What is webservlet?
What is the difference between servlet and jsp?
What is cookie? Why is cookie used?
Is dispatcher servlet a singleton?
Explain the steps involved in placing a servlet within a package?
What is meant by cookies?
What is servlet name in web xml?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How we can get ip address of client in servlet?