Answer Posted / shakir khan
servlet Context is an object that contain a servlet view of
the web application with in which the servlet is
running.Using the context,a servlet can log events obtain
url references to resources and get and store attributes
that other servlets in the context can use
| Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
Why is a constructor needed in a servlet even if we use the init method?
What are the disadvantages of storing session state in cookies?
What is called a session?
Which event is fired at the time of session creation and destroy?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Can servlet have a constructor ?
What is meant by a web application
What is the process for chaining servlet?
What do you mean by cgi?
How can we achieve transport layer security for our web application?
Why do you use session tracking in httpservlet?
What is servlet used for?
How to read request headers from servlets?
What is servlet attributes and their scope?
How do you deal property files in servlet?