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
What is servlet in simple terms?
How is an application exception handling is done using a servlet?
What is the directory structure of a war file?
What do you mean by the servlet chaining?
Explain is servlet mapping?
What are the steps involved in placing a servlet within a package?
Explain url encoding in servlet?
What do you mean by scope object and what are its types?
What do you mean by default initialization in java servlet?
Write the code to get the server information in servlet.
How do I use cookies to store session state on the client?
What are the uses of servlet and what is servlet chaining?
Which is better jsp or servlet?
What if we pass negative value in load-on-startup?
Servlet is pure java object or not?