If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / farhaananwar
It depends on web server you use. most morden day web server
need not to shutdown and restart to accept the recompiled
servlet class.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is servlet lazy loading?
Explain the lifecycle of a servlet?
What are the supporting protocol by HttpServlet ?
What are all the ways for session tracking?
Is it good idea to create servlet constructor?
What is servlet api used for conneting database?
Who is responsible to create the object of servlet?
What do you mean by httpservlet and how it is different from the genericservlet?
What is the difference between context parameter and context attribute?
Can we refresh servlet in client and server side automatically?
What is called a session?
What is servlet name in web xml?
How does Cookies work in Servlets?
What is meant by cookies?
How will two or three servlets interact or communicate with each other?