Can we override destroy method in servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by web applications? Explain web application directory arrangement?
Why do we need a constructor in a servlet if we use the init method?
What is the procedure of invoking different servlet in a different application?
Is it possible to call servlet with parameters in the URL?
What do you mean by web applications?
Which event is fired at the time of project deployment and undeployment?
Explain url encoding in servlet?
Explain the features are in servlet 3?
When to use doget() and when dopost()?
What is the use of httpservletresponsewrapper?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
If you want to modify the servlet,will the Webserver need to be ShutDown ?