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
Why is httpservlet declared abstract?
What is a servlet?
Tell us something about servletconfig interface.
Define the lifecycle for executing a jsp page.
What is servlet collaboration?
What do you mean by request dispatcher in servlet?
What is a servlet-to-servlet communcation?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
When to use doget() and when dopost()?
List the Different types of servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Explain the war file?
What is the inter-servlet communication?
What are the features added in Servlet 2.5?
What is the difference between Server and Container?