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
What is httpservlet and how it is different from genericservlet?
What are the common methods that are included in the http servlet class?
What is servlet attributes and their scope?
What is string tokenizer?
What are the difference between RMI and Servlets?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What is servlet in simple terms?
Why the concept of single thread model interface is used?
What are different ways for authentication of servlet?
What is the difference between CGI and Servlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Difference between doget and dopost?
How do you find out what client machine is making a request to your servlet
What is the functionality of actionservlet and requestprocessor?
What is the purpose of requestdispatcher interface?