Implementing an interface means providing a specific behavior to your class. Since jsp are to be interpreted by servlet-container and will then be executed as a servlet, it cant be used for that extended behavior. Thus no use of implementing it.Sandeep Jindal
Why we can't implement interface in JSP?Why we can only extend classes in JSP?