jstl example in jsp
Example 1: jstl tag
<%@ taglib prefix = "c" uri = "http://java.sun.com/jsp/jstl/core" %>
Example 2: jstl core tags
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
Example 3: jstl in java
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>