Recent Articles
The interface javax.servlet.Servlet defines the following three methods known as servlet life cycle methods. public void init(ServletConfig ...
May 5th, 2008
JSP contains three life cycle methods namely jspInit( ), _jspService() and jspDestroy(). In these, jspInit() and jspDestroy() can be overrid ...
May 5th, 2008
JSP’s life cycle can be grouped into following phases. 1. JSP Page Translation: A java servlet file is generated from the JSP source f ...
May 5th, 2008
The finally clause in the try-catch exeception block always executes, irrespective of the occurence of exeception. This is applicable for th ...
May 4th, 2008