can i call init() method in destroy() method of servlset. ?
Answer Posted / giridhar gangapatnam
I think it is not possible to call init() method from
destroy() method of servlet.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is servlet in web technology?
What is a servlet context object?
What are the mechanisms used by a servlet container for maintaining session information?
Explain the lifecycle of a servlet?
What are the common methods that are included in the http servlet class?
What is the difference between 2 types of servlets?
What is the importance of init() method in Servlet ?
Difference between forward() method and sendredirect() method ?
Difference between java beans & servlets?
What is the type of method for sending request from http server?
What is the inter-servlet communication?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Is it good idea to create servlet constructor?
What is the functionality of actionservlet and requestprocessor?
Differentiate between the web server and application server?