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 difference between a generic servlet and http servlet?
What are the phases of servlet life cycle?
Write the code to get the server information in servlet.
What are the functions of Servlet container?
What is java servlet?
What is preinitialization of a servlet?
What is a server side include (ssi)
What do you mean by chaining in servlet?
What do you mean by the servlet chaining?
Who is responsible to create the object of servlet?
What is string tokenizer?
How to create war file?
How can you push data from an Applet to a Servlet?
Can you send an authentication error from a servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?