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
Is servlet a server side scripting language?
What is the difference in between the httpservlet and generic servlet?
Can we override servlet service method?
Why is http protocol called as a stateless protocol?
What are different ways for authentication of servlet?
What is servlet interface?
What is the use of servlet wrapper classes?
What is meant by a servlet?
Can we use the constructor, instead of init(), to initialize servlet?
Why are servlets used?
What is servlet lazy loading?
How can we include static files in the jsp page?
When servlet is loaded?
Differentiate between the web server and application server?
How we can get ip address of client in servlet?