Directives in jsp

Introduction of Directives -: In the JSP language directive play a very important role. It Gives directions and instructions to the JSP container.Directives have a number of attributes which we can list down as key-value pairs and separated by commas.There are the syntax of directives <%@ directive attribute=”value” attribute=”value” ….%> There are three type directives … Read more