JSP page directive – import

The import attribute is used to import all the classes in a java package into the current JSP page. With this facility, the JSP page can use other java classes. …