How long do servlets last?
Answer / janet
once activated,servlets live on until the server lives or
until the destroy method is called on the servlet by the server.
| Is This Answer Correct ? | 9 Yes | 0 No |
What do you mean by request dispatcher in servlet? Also explain its methods.
How can we refresh automatically when new data has entered the database?
What is difference between Forward() and sendRedirect() methode?
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?
Why should we go for interservlet communication?
What do you mean by annotations in servlet?
What is servlet and list its types?
How many servlet objects are created?
What is called servlet mapping?
What method is used to create database connection in servlets?
What is the functionality of actionservlet and requestprocessor?