HTML is the core of the web, all the pages you see on the internet are HTML, whether they are dynamically generated by JavaScript, JSP, PHP, ASP or a…
There are two types of variables in Java, primitive and reference type. All the basic types e.g. int, boolean, char, short, float, long and double ar…
JSTL forTokens tag is another tag in core JSTL library to support Iteration or looping. It effectively compliments, more useful <c:forEach> tag…