The contents are good, but, I thing the explanatio,
March 7, 2007 at 11:39 AM
The contents are good, but, I thing the explanation given for extends="mypackage.myclass" This attribute is used when we want to extend any class. We can use comma(,) to import more than one packages. Example: <%@page language="java" import="java.sql.*,mypackage.myclass" %>