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
Is java servlet still used?
What are session variable in servlets?
What is the difference between sendredirect() and forward() in a servlet?
Explain the differences between jsp and servlet.
How do you run a servlet?
How many servlet objects are created?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
How do we call one servlet from another servlet?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What does the term localization refer to?
Which interface must be implemented by all servlets?
What if you need to span your transaction across multiple servlet invocations?
What is http servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
What do you mean by request dispatcher in servlet?