i want to know can i able to Overrride init() and Destroy() method of servelt ????
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.