Can we call destroy() method inside the init() method? What
happens when we do so?
Answer Posted / mani
In the Servlet programming context, the destroy() method
can never be called by your code and is called by the
servlet container
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
Difference between get and post in java servlets?
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
why we should override only no-agrs init() method.
What exactly is a servlet?
How the JSP file will be executed on the Server side?
Which is the methods of generated servlet?
What is meant by a web application
Describe in brief RequestDespatcher?
What is called servlet mapping?
What is getservletcontext?
Tell us something about servletcontext interface.
What is the directory structure of a war file?
What is the difference between genericservlet and httpservlet
What do you understand by mime type?
How do you load an image in a Servlet?