JspPage Interface TheJspPageis the interface that must be implemented by all JSP Servlet classes. This is similar to the javax.servlet.Servlet interface and, not surprisingly, the JspPage interface does extend the javax.servlet.Servlet interface. The JspPage interface has two methods, JspInit and...