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
Can you call a jsp from the servlet?
What does the term localization refer to?
What are the different methods involved in the process of session management in servlets?
Explain the features are in servlet 3?
What do you mean by web applications? Explain web application directory arrangement?
Write a command to get actual path of a servlet to the server?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
How are filters?
Explain the methods of request dispatcher in servlet?
What is the dispatcher servlet?
What is URL Encoding?
Write a program to show the functionality of servlets.
How would you create deadlock on your servlet?
Is that servlet is pure java object or not?
Name the different ways of session tracking.