should or must?Which of the following classes should a JSP page's servlet class must extend
The answer, in my opinion, is also incorrect:
JSP.11.1.1.2 The HttpJspPage Interface
The enforcement of the contract between the JSP container and the JSP page
author is aided by the requirement that the Servlet class corresponding to the JSP
page must implement the javax.servlet.jsp.HttpJspPage interface (or the javax.servlet.
jsp.JspPage interface if the protocol is not HTTP).