What Is A Scriptlet In JSP?
What Is A Scriptlet In JSP? A JSP scriptlet is used to contain any code fragment that is valid for the scripting language used in a page. What is a scriptlet in JSP and write its syntax? A scriptlet tag is used to execute java source code in JSP. Syntax is as follows: <% java