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 do you mean by deployment descriptor?
What is the type of method for sending request from http server?
What is the difference between jsp and servlet life cycle?
Describe servlet?
Why do we have servlet filters?
Describe the phases of servlet lifecycle?
What is difference between GenericServlet and HttpServlet?
What is servlet container?
What is Servlets and explain the advantages of Servlet life cycle?
How can the session in servlet be destroyed?
Can you call a jsp from the servlet?
What is httpservlet class?
How are filters?
How can you create a session in servlet?
List out difference between a JavaBean from a Servlet?