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
How are filters?
Why is httpservlet declared abstract?
What is the difference between Server and Container?
What are the functions of an intercepting filter?
What is a servlet context object?
Where do you define dispatcherservlet?
What do you mean by httpservlet?
What is a servlet-to-servlet communcation?
How native code can be used in a servlet?
Is tomcat a servlet container?
Whats the advantages using servlets over using CGI?
Write a servlet to upload file on server.
What do you mean by httpservlet and how it is different from the genericservlet?
How will you pass values from HTML page to the servlet?
What is the need of session tracking in web application?