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 servlet and jsp?
Explain url encoding?
What are the disadvantages of storing session state in cookies?
What are the steps that are involved in using the httpservlet class?
What is meant by a servlet?
How can we achieve transport layer security for our web application?
What is lazy loading and what is Generic Servlet Class?
What is difference between server and servlet?
Should I override the service() method?
What is string tokenizer?
What is a web container and what is its responsibility?
How can we upload the file to the server using servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What is the difference between context parameter and context attribute?
What is difference between GenericServlet and HttpServlet?