%@page contentType="text/html" language="java"%>
<%@include file="WEB-INF/web.xml"%>
JSP Page
<% /* This is Java comment */
java.util.Date().parse("12:30"); %>
<%-- This is JSP comment --%>
<%! String[] numbers = {"1", "2"}; %>
<%= new String("Hello !") %>
Hello ${param.name}!