JSP – Directive Elements
There are three types of elements in JSP; Directive elements, Scripting elements, and Action elements. In this article, we are going to discuss the Directive elements in JSP and their attributes. JSP directives are used to add or remove some behavior; like making the current page an error page, setting the content type, adding buffering […]