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
Why session tracking is needed?
Write a simple servlet program to print the contents of html.
Explain how to improve Servlet Performance?
What are Servlets?
What are common tasks performed by Servlet Container?
What is the procedure of invoking different servlet in a different application?
What are advantages of servlets over cgi?
What methodology can be followed to store more number of objects in a remote server?
How do you run a servlet?
What mechanisms are used by a Servlet Container to maintain session information?
What is api in servlet?
Can a jsp be called using a servlet?
Explain the difference between servletconfig and servletcontext in servlet?
Who is responsible to create the object of servlet?
Why servlet is faster than jsp?