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
Which exception is thrown if the servlet is not initialized properly?
What is difference between GenericServlet and HttpServlet?
What's the use of servletcontext?
What are the jobs performed by servlets?
What is servlet attributes and their scope?
Explain the different ways for servlet authentication?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Which are the different ways you can communicate between servlets?
What is cookie in servlet?
What is MIME Type?
What is the difference between context parameter and context attribute?
Should I override the service() method?
What is the purpose of inter-servlet communication?
How the typical servlet code look like ?
What is a web container and what is its responsibility?