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


Please Help Members By Posting Answers For Below Questions

What is meant by session? Tell me something about httpsession class?

774


what is servlet chaining?

814


What is servlet and its types?

766


What is difference between get and post method?

755


Explain is servlet mapping?

752


Which protocol will be used by browser and servlet to communicate

756


What is a cookie What is the difference between session and cookie

799


Explain the steps involved in placing a servlet within a package?

773


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

759


What is called servlet container?

827


What is the capacity the doget can send to the server?

773


What are the servlet events?

765


What is the importance of init() method in Servlet ?

795


How to notify an object in session when session is invalidated or timed-out?

820


Explain their methods? Tell me their parameter names also have you used threads in servlet?

782