If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / farhaananwar
It depends on web server you use. most morden day web server
need not to shutdown and restart to accept the recompiled
servlet class.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the functions of the servlet container?
Explain servlet.
What is the use of httpservletrequestwrapper?
How do you load an image in a Servlet?
Why servlet is used as controller ? Not JSP? I want complete explation?
What is session?
Explain the role of dispatcherservlet and contextloaderlistener.
Elucidate servlet attributes and its scope?
What is the difference between servlet and filter?
Explain how to improve Servlet Performance?
What is the directory structure of web application?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What are the different methods involved in the process of session management in servlets?
How to get the actual path of servlet in server?
Is java servlet still used?