JSP Directives
JSP Directives
Here I will discuss about JSP Directives, which is very important topic to learn and understand while learning JSP.
Definition:
JSP Directives actually controls the processing of an entire page. The examples of Directive tag can be setting a scripting language, setting an error page, including other sections, and setting a character encoding.
The JSP Directives gives information to the JSP Container that is used for compiling the page.
Read JSP Directive and Example code here.
Thanks