Can I override destroy() method of Servlets?
Answer Posted / vinod
yes we can do it
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is the use of httpservletrequestwrapper?
What is the procedure of invoking different servlet in a different application?
What do you mean by session tracking?
What is the type of method for sending request from http server?
What are the ways to handle multi-threading in servlets?
How do cookies work in servlets?
What are the difference between RMI and Servlets?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How can you push data from an Applet to a Servlet?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
How do we share data using 'getservletcontext ()?
What is the structure of the http response
What are the drawbacks of cgi?
What are the types of servlet?