What is the difference between servlet config and servlet
context.
Answer Posted / suresh g
Servlet Context:
Servlet context is communication
between server side .Every application has only one
servlet context and is accessible to all action
resource of that application.
Serclet Config:
Servlet Config is objcet created after
a servlet is instantiation and its default constructor
is read .It is create to pass initialization
information the servlet.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you design microservices?
How do you configure a centralized error handler in servlets?
What are the steps that are involved in using the httpservlet class?
What is called servlet mapping?
What is the web server used for running the Servlets?
what is servlet chaining?
What is servlet in web technology?
What is new in ServletRequest interface ? (Servlet 2.4)
Explain how to improve Servlet Performance?
What are the phases of servlet life cycle?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is difference between PrintWriter and ServletOutputStream?
What is servlet lazy loading?
What is the difference between genericservlet and httpservlet
Why servlet is mostly used?