If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / sanjay
No,there is no need to shutdown the webserver when we
recompile the code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the role of dispatcherservlet and contextloaderlistener.
What is the servletconfig object?
Can you create a deadlock condition on a servlet?
What are the benefits of using servlet over cgi?
What is servlet container?
What are the features added in Servlet 2.5?
How do you get the ip address of the client in servlet?
What is servlet attributes and their scope?
How do we go with database connection and log4j integration in servlet?
What are the phases of a servlet life cycle?
What is servlet api used for conneting database?
How printwriter is different from servletoutputstream?
What is servlet in tomcat?
What’s the difference between sendredirect and forward methods
What is httpservlet and how it is different from genericservlet?