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
What is meant by session? Tell me something about httpsession class?
what is servlet chaining?
What is servlet and its types?
What is difference between get and post method?
Explain is servlet mapping?
Which protocol will be used by browser and servlet to communicate
What is a cookie What is the difference between session and cookie
Explain the steps involved in placing a servlet within a package?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is called servlet container?
What is the capacity the doget can send to the server?
What are the servlet events?
What is the importance of init() method in Servlet ?
How to notify an object in session when session is invalidated or timed-out?
Explain their methods? Tell me their parameter names also have you used threads in servlet?