If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / sumitpalsingh
No,Need to shutdown the Application server/webserver ,only recompile and reload of webapplication is enough after modification in servlet program.this will effected.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the major difference between context parameter and context attribute?
What is the difference between using getSession(true) and getSession(false) methods?
What is a deployment descriptor?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Difference between get and post in java servlets?
Which java framework is most popular?
If a servlet is not properly initialized, what exception may be thrown?
When servlet is loaded?
What's the use of servletcontext?
Why servlet is faster than jsp?
Explain servlet life cycle?
How can I send user authentication information while making URL Connection?
Which httpsession object is used to view and manipulate information about a session?
How the JSP file will be executed on the Server side?
Who is responsible to create the object of servlet?