JSP pages are high level extension of servlet and it enable the developers to embed code in html pages. JSP files are finally compiled into a servlet by the JSP engine. Compiled servlet is used by the engine to serve the requests. x.servlet.
JSPPage HttpJspPage These interfaces defines the three methods for the compiled JSP page. These methods are:
In the compiled JSP file these methods are present. Programmer can define