If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / sanjay
No,there is no need to shutdown the webserver when we
recompile the code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the new features added to servlet 2.5?
What is preinitialization of a servlet?
Which http method is said to be non-idempotent and idempotent?
What are the various ways of session supervision in servlets?
How will you pass values from HTML page to the servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is servlet interface?
What are the common methods that are included in the http servlet class?
What is url encoding and url decoding
Difference between get and post in java servlets?
Can filter be used as request or response?
What are different methods of session management in servlets?
What is servlet in tomcat?
What are the uses of servlets?
Difference between doget and dopost?