<%@ taglib uri="simple-taglib.tld" prefix="jspx" %> <jspx:hello /> num1 = 12, num2 = 9;
sum = <% int num1 = 12, num2 = 9; int sum = num1 + num2; out.print(sum); %>

First JSP Custom Tag


check for cookie