Answer Posted / srivani
Servlet Context Object is created by webcontainer.Through
out the web application one servlet Context Object is
created.This Context Object creates config object,For every
servlet request one config object is created,but entire web
application only one context object.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the dispatcher servlet?
How forward () method is different from send redirect () method?
Why are servlets used?
What is the directory structure of web application?
Explain the different ways for servlet authentication?
What is the difference between CGI and Servlet?
What do you mean by scope object and what are its types?
How can you run a servlet program?
What is the difference between context parameter and context attribute?
Which method of the httpservletrequest object is used?
What is servlet configuration?
Given the request path below, which are context path, servlet path and path info?
What is the difference between 2 types of servlets?
What mechanisms are used by a Servlet Container to maintain session information?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?