JSP Comments Example

<%-- Two expressions are listed below. Only one should print. --%>

Ex1: This code will execute: <%= "Print this" %>
<%-- Ex2: This code is commented out: <%= "Print this" %>
--%>