Can we call destroy() method inside the init() method? What
happens when we do so?
Answer Posted / poorna chandar rao.yerrabothu
if suppose we take the servlet programming side then
whenever u type the URL first web browser call the service
method then create the servlet object then call the
init()method whenever we call the init method start the
proceesses of the particular object operation suppose we
call the destroy()method before completion of the particular
object operation servelet object is removed then when we r
call the service method then create the servelet object
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
What is a java servlet?
What is servlet invoker?
Which method is called when reference variable is passed in system.net?
Explain is servlet mapping?
Explain web application directory arrangement?
Name the different ways of session tracking.
What is meant by servlet? What are the parameters of the service method?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What is called servlet mapping?
What is httpservlet class?
Define the servlet mapping.
What are the key methods that are involved in processing of http servlets?
What are different ways for servlet authentication?
Explain how to improve Servlet Performance?
How can we invoke another servlet in a different application?