Using Java Methods in JSP Example

Note: It is advised to go through "JSP Scriptlet, Expression and Declaration – all in one example" to know their scope and usage in JSP coding before proceeding this topic. We know earlier, JSP Declaration represents a global area for the whole JSP file where programmer can declare variables and methods that can be used …

Using Java Methods in JSP Example Read More »