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
Explain Action Servlet?
What are the different methods involved in generic servlet?
Explain the features are in servlet 3?
Whats the advantages using servlets over using CGI?
How can we upload the file to the server using servlet?
What are the steps that are involved in using the httpservlet class?
What do you mean by deployment descriptor?
Explain the servlet context.
Why HttpServlet class is declared abstract?
What is the process for chaining servlet?
Why filter is used in servlet?
What are all the advantages of servlet over cgi?
What is cgi and what are its drawbacks?
How do you create a cookie using servlet?
What is a deployment descriptor?