JSP page implicit object
JSP page object is an instance of java.lang.Object. As we discussed earlier that JSP is translated into servlet by web container. JSP page object refers the instance of this servlet. It is act as a synonym for this object.
As it represents the servlet, it must be cast to HttpServlet.
this can also be used directly on JSP page instead of page object.
Example:
welcome.jsp
web.xml