What is ServletContext() and what is its use?
Answer Posted / ranjit
as soon as the java web application is
deployed into web container ,the first
object that container create is
servletcontext
This object is only one per web application
Every web component of web application
share this unique object
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Whats the advantages using servlets over using CGI?
Explain the differences between jsp and servlet.
How a servlet is unloaded?
What is war file?
What are all the protocols supported by httpservlet?
What is called servlet mapping?
Describe servlet?
What is servlet lazy loading?
Which interface must be implemented by all servlets?
Explain the architechure of a servlet?
How do you get the ip address of the client in servlet?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Whether thread can be used in servlets?
What is the difference between servlet and filter?
What is cookie? Why is cookie used?