JSTL Java Tutorial

<%@ taglib uri="http://java.sun.com/jstl/core"    prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c-rt" %>
<%
  String[] bikes = { "A", "B", "C" };
%>
    

  JSTL 'forEach' tag
  
    Here are my bikes:
    

          ">
            

  •