If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / ravikiran(aptech mumbai)
When modification occurs change the attribute
reloadable=true in http connecter tag on server.xml
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain how does JSP handle run-time exceptions?
What is the need of session tracking in web application?
What are the different methods involved in the process of session management in servlets?
Explain is servlet mapping?
What is servlet and its use?
If servlet receives multiple requests, how many objects will it create?
What is servlet collaboration?
Write a hello world program using servlets.
Differentiate between the get and post method
What is servlet lazy loading?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Describe servlet?
Difference between forward() method and sendredirect() method ?
Why are servlets used?
What is preinitialization of a servlet?