What is the difference between servlet config and servlet
context.
Answer Posted / ravikiran.chd
servlet config is used to configure the deploy time
constants per servlet
Servlet context is used to configure the deploy time
constants per web application
| Is This Answer Correct ? | 5 Yes | 14 No |
Post New Answer View All Answers
What is servlet interface?
Define servlet mapping?
What are the common methods that are included in the http servlet class?
How a servlet is unloaded?
When jsessionid is created?
How forward () method is different from send redirect () method?
How many servlet objects are created?
What are the objects involved when a servlet receives a call from client?
What is difference between GenericServlet and HttpServlet?
What do you mean by session tracking?
What is the GenericServlet class?
What is java servlet?
What are the types of servlets? Explain
What is SingleThreadModel interface?
How can we invoke another servlet in a different application?