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
What is meant by cookies?
What is servlet and how it works?
Write a program to show the functionality of doget and dopost method?
What is the major difference between context parameter and context attribute?
Which are the different ways you can communicate between servlets?
Describe the phases of servlet lifecycle?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Which HTTP method is non-idempotent?
What are the new features added to servlet 2.5?
Can we fetch the attributes related to a servlet on a different servlet?
What exactly are the functions of servlet?
What is the difference between portlet and servlet?
How can you start a jta transaction from a servlet deployed on jboss?
What is a server side include (ssi)
What is http servlet? Explain with the help of an example.