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 instance?
What is called Session Tracking?
What is the use of java servlet api?
what do you understand by url rewriting?
What are different ways for servlet authentication?
What are the steps that are involved in using the httpservlet class?
Which http method is said to be non-idempotent and idempotent?
Can we override destroy method in servlet?
Explain web application directory arrangement?
What's the advantages using servlets than using cgi?
What is servlet in tomcat?
What do you mean by web applications?
Is it possible to have a constructor inside the servlet?
How can you use a servlet to generate a plain text instead of html?
What does the term localization refer to?