If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / prashant
No it is not needed to shut down the web server while
modifying the servlet
But we need to Restart the web Server after modification!
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can we implement a jsp page?
How is an application exception handling is done using a servlet?
How do you define a servlet?
How does java thread pool work?
What is httpservlet and how it is different from genericservlet?
How can we invoke another servlet in a different application?
Whether thread can be used in servlets?
Who is responsible to create the object of servlet?
Can you call a jsp from the servlet?
What is context in servlet?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What is a java servlet?
What is the web server used for running the Servlets?
What is the purpose of dispatcherservlet properties?
What is the difference between using getSession(true) and getSession(false) methods?