Answer Posted / gaurav agrawal
ServletContext is the interface by which we can get the
information of the web container.this interface has some
methods by which we can get information
| Is This Answer Correct ? | 12 Yes | 12 No |
Post New Answer View All Answers
What is servlet initializer?
What are the different ways we can maintain state between requests?
How can we achieve transport layer security for our web application?
What is the difference between a generic servlet and http servlet?
What is the use of servlet context?
Can servlet have a constructor ?
What is preinitialization of a servlet?
How printwriter is different from servletoutputstream?
What is MIME Type?
What are session variable in servlets?
How do I know if java is running on linux?
What do you mean by annotations in servlet?
Explain the role of dispatcherservlet and contextloaderlistener.
What's the servlet interface?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?