If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / ravikiran.chd
yes we have to redeploy
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is ServletConfig object?
What if you need to span your transaction across multiple servlet invocations?
When servlet object is created?
Why the container loads server at the application startup and how?
When servlet is loaded?
How httpservlet is different from the genericservlet?
Why do we have servlet wrapper classes?
What is session tracking?
List the Different types of servlet?
what is servlet chaining?
Write all the phases defined in servlet life cycle?
What is the difference in between the httpservlet and generic servlet?
What is the need of session tracking in web application?
What are the different ways we can maintain state between requests?
What is the difference between get and post methods?