JSP Declaration with Example

Note: It is advised to go through Scriptlet and Expression before proceeding this Declaration. We know the three building blocks of JSP code are Scriptlet, Expression and Declaration. Let us focus on JSP Declaration here. JSP Declaration represents the global area of a JSP page where you can write global (instance) variables and methods. These …

JSP Declaration with Example Read More »