can we create more than ServletContext and ServletConfig in
your application
Answer Posted / sunstar
Servlet Context is used per Web apllication so we can't use
more than one Context,Servlet Config is per servlet or per
Jsp so you can use the more than one Config.....:-)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain how to improve Servlet Performance?
What is pure servlet?
Differentiate between the get and post method
How do you communicate in between Applets and Servlets?
What is the procedure for initializing a servlet?
What is java servlet?
Given the request path below, which are context path, servlet path and path info?
What do you mean by filter in servlet?
What are the ways to handle multi-threading in servlets?
What is the difference between the http servlet and generic servlet?
how the HTML data stored in web server?
What is servlet and its types?
What is meant by Servlet? What are the parameters of service method?
If some new data has entered the database, explain how can a servlet refresh automatically?
Define servlet mapping?