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
What is the use of servletconfig interface?
Explain session tracking and its importance?
What is a java servlet?
Is servlet synchronized?
How do we call one servlet from another servlet?
What is Client-Server Computing?
What is httpservlet and how it is different from genericservlet?
Why is http protocol called as a stateless protocol?
Where do you define dispatcherservlet?
What is difference between server and servlet?
How can we include static files in the jsp page?
Why doesn’t a servlet include main()?
Which is the methods of generated servlet?
What are the different types of servlets?
Why the concept of single thread model interface is used?