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
Explain jsessionid and when is it created?
What are the two important api's in for servlets?
What are different methods of session management in servlets?
what is servlet chaining?
Explain the working of service() method of a servlet.
Which is better jsp or servlet?
How to get the actual path of servlet in server?
what do you understand by url rewriting?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What are the mechanisms used by a servlet container for maintaining session information?
Why filter is used in servlet?
What is the directory structure of a war file?
How do you create a cookie using servlet?
What is the web server used for running the Servlets?
What are Servlets?