Tuesday, 5 April 2016

How to overwrite the init and destroy method in a JSP page ?


We can overwrite the init / destroy method in a jsp page by using declaration tag in our JSP page.

We can overwrite : 
init by super.init()
destroy by super.destroy()

No comments:

Post a Comment

Note: only a member of this blog may post a comment.