We can define multiple attributes in a single page directive or we can have multiple page directives in a single JSP page. But can we extend multiple classes in any jsp page using extends attribute?
for eg:
<%@ page extends="Class1" %>
<%@ page extends="Class2" %>