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
What are the two important api's in for servlets?
What is setattribute in servlet?
What are session variable in servlets?
Explain the difference between servlet and cgi?
How native code can be used in a servlet?
How can you push data from an Applet to a Servlet?
How do I support both get and post from the same servlet?
Explain load on start-up and its importance?
Explain the working of service() method of a servlet.
What are the uses of servlets?
What are all the protocols supported by httpservlet?
What is the use of servlet context?
Can you use javascript in servlets?
What is a server side include (ssi)
What is servlet and its life cycle?