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
What are the life cycle methods of the servlet?
What is the difference between sendredirect() and forward() in a servlet?
What is the use of httpservletrequestwrapper?
What are the steps that are required to handle the multi-threading?
Is it good idea to create servlet constructor?
What are the difference between session and cookies in servlet? Explain
What is the use of servlet context?
What is the structure of the http response
Difference between java beans & servlets?
What is the difference between the include() and forward() methods?
What is a cookie What is the difference between session and cookie
What is servlet api used for conneting database?
Is servlet a server side scripting language?
How to get the current httpsession object?
Which interface should be implemented by all servlets?