JSP Directives Tags, What are the JSP Directives in JSP


JSP Directives Tags, What are the JSP Directives in ,JSP

JSP Directives are used to specify what will be the structure of the JSP page, the directives tags can be used to specify the language used by the JSP page, the page will participate in sessions or not, if you want to include any existing page into your JSP page, the Directives also useful, if you want to create the database connection which you want to use into the entire application then the JSP directives also useful.

There are three type of JSP directives available in JSP.


  1. <%@page %>
  2. <%@include %>
  3. <%@taglib %>
we will discuss about the above tags in depth in next tutorials

thanks for visiting

{ 0 comments... read them below or add one }

Post a Comment