Can I override destroy() method of Servlets?
Answer Posted / komal singh adhikari
YES,
we can call and override destroy().
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can we refresh servlet in client and server side automatically?
What are the advantages of servlets over traditional cgi?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is the GenericServlet class?
What are different ways for authentication of servlet?
How can we refresh automatically when new data is entered into the database?
What is a deployment descriptor?
How can we upload the file to the server using servlet?
What are the ways to handle multi-threading in servlets?
What's the advantages using servlets than using cgi?
Describe the phases of servlet lifecycle?
Explain servlet.
How to commuincate between an applet and a servlet?
Explain the custom jsp tags and the beans.
What is servlet container?