What is a JSP Scriptlet
JSP Scriptlets is a term used to refer to pieces of Java code that can be embedded in a JSP PAge. Scriptlets begins with <% tag and ends with %> tag. Java code written inside scriptlet executes every time the JSP is invoked. In advanced Java, a JSP (JavaServer Pages) scriptlet is a block of … Read more