Is there any need to shutdown the web server, if you want
to modify a servlet?
Answer Posted / tulasivani
Yes, its essential to shutdown the web server if we have
made any modification to the servlet.The servlet contains a
text file and a classfile, if a modification is made to the
text file it will not be reflected in the classfile which
is used.Thus, the previous file i.e. before modification
will be stored in the server and it will not reflect the
changes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How native code can be used in a servlet?
What is the need of servlet filters?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
How can the referrer and the target urls be used in servlet?
How to make sure a servlet is loaded at the application startup?
How can a servlet be used to generate plain text instead of html?
Explain the differences between jsp and servlet.
What is war file?
Explain url encoding?
What are all the advantages of servlet over cgi?
request parameter how to find whether a parameter exists in the request object?
What are the drawbacks of cgi?
What is httpservlet class?
Which event is fired at the time of project deployment and undeployment?
Is servlet a framework?