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
Which protocol will be used by browser and servlet to communicate
What is the disadvantage of cookies?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Why filter is used in servlet?
Explain url encoding in servlet?
Which java framework is most popular?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Explain servlet life cycle?
What are the types of an http request?
Explain Action Servlet?
What is difference between jsp and servlet?
What are the differences between servlet context vs servlet config?
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
What do you mean by servlet context?
How to get the server information in a servlet?