If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / sumitpalsingh
No,Need to shutdown the Application server/webserver ,only recompile and reload of webapplication is enough after modification in servlet program.this will effected.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to have a constructor inside the servlet?
What are the advantages of Servlet over CGI?
how the HTML data stored in web server?
Explain the differences between jsp and servlet.
Which exception is thrown if the servlet is not initialized properly?
how many jsp scripting elements are there and what are those?
Difference between doget and dopost?
Explain request dispatcher and its methods.
What is Servlet API used for connecting database?
What do you mean by request dispatcher in servlet? Also explain its methods.
What is the use of attribute in servlets?
What are the advantages of servlets over traditional cgi?
What is the process to implement doget and dopost methods?
Define the lifecycle for executing a jsp page.
Which event is fired at the time of project deployment and undeployment?