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 are session variable in servlets?

568


Difference between GET and POST?

714


What are the uses of servlets?

624


What are the new features added to servlet 2.5?

594


What is Client-Server Computing?

1899






When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

578


What is servlet attributes and their scope?

596


How can you create a session in servlet?

599


What are its drawbacks of cgi?

572


Define the life cycle of a servlets.

576


Explain the features are in servlet 3?

603


How do I use cookies to store session state on the client?

538


In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify

586


What are the types of an http request?

585


What are the types of servlet?

669