can we create more than ServletContext and ServletConfig in
your application
Answer Posted / vishal kumar
yes we can create more than one servletcontext for an
application.in case of distributed application,
application's part are deployed on different application
server so in this case every part of application has
different servlet context.so as a whole application consist
many servlet contect.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Which event is fired at the time of project deployment and undeployment?
How can the session in servlet can be destroyed?
What does the term localization refer to?
What is servlet and its types?
How is the get () method different from the post() method?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What are the steps that are involved in using the httpservlet class?
What do you mean by filter in servlet?
How can you push data from an Applet to a Servlet?
Which application server is best for java?
What is ServletContext object?
What is the use of servlet context?
What is the life-cycle of servlets?
What is the
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?