Is there any need to shutdown the web server, if you want
to modify a servlet?
Answer Posted / harsh
yes to make changes reflected in a class file we need to
shutdown the web server
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between doget and dopost?
How can we create deadlock situation in servlet?
What is the difference between Server and Container?
What is the difference between sendredirect() and forward() in a servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Explain url encoding?
What is the web server used for running the Servlets?
What are the steps involved in placing a servlet within a package?
What is the use of java servlet api?
What do you mean by httpservlet and how it is different from the genericservlet?
What is lazy loading and what is Generic Servlet Class?
Is it possible to have a constructor inside the servlet?
What are its drawbacks of cgi?
Difference between forward() method and sendredirect() method ?
What are the life-cycle methods for a servlet?