Can we override init() and Destroy() in Servlet ?

i want to know can i able to Overrride init() and Destroy() method of servelt ????

Your Answer

In servlet there is five abstract method .

init()     service()   destroy()   getServletConfig()  getServletInfo()

these all are abstract and it must to override all...it is compulsary.

 

Servlets

Didn't get the answer.
Contact people of Talent-Servlets directly by clicking here