JSP directives are messages to the JSP container. Directives play role when a JSP page is re-compiled after you modify it, they have no specific effect on the current out stream. They provide global information about an entire JSP page. In this post, we will look into the details of the JSP directives and examine ...