Is there any need to shutdown the web server, if you want
to modify a servlet?
Answer Posted / harsh
yes to make changes reflected in a class file we need to
shutdown the web server
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how many jsp scripting elements are there and what are those?
What methods do you use in servlet - applet communication?
What is the use of httpservletresponsewrapper?
Can servlet have a constructor ?
What is the difference between genericservlet and httpservlet
How can the session in servlet be destroyed?
What are the advantages of Servlet over CGI?
What do you mean by cgi and what are its drawbacks?
What is the process to implement doget and dopost methods?
What are the servlet events?
What is a servlet engine?
Explain how does JSP handle run-time exceptions?
How the typical servlet code look like ?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Explain the difference between jsp and servlet?