What is ServletContext() and what is its use?
Answer Posted / rahul kumar
A servlete context is the directory in which the servlet
are deployed in the web server. Servlet that are executing
in the same server belong to the same context.
| Is This Answer Correct ? | 18 Yes | 31 No |
Post New Answer View All Answers
How to find whether a parameter exists in the request object?
How the JSP file will be executed on the Server side?
What is meant by cookies?
What is the dispatcher servlet?
What is http servlet in java?
What are the features added in Servlet 2.5?
What are the type of protocols used in httpservlet?
What are sessions in servlets?
Describe some assignments that are executed by servlet container?
request parameter how to find whether a parameter exists in the request object?
What is a servlet engine?
What are the two important api's in for servlets?
What is a servlet?
Why do we have servlet wrapper classes?
What are the servlet events?