<%@page contentType="text/html"%> JSP Page <%-- --%> <%-- --%> <% int a = 5; out.println("a is " + a + "
") ; %>