<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ page import="java.time.LocalDateTime" %> <%! int day = 3; %> Simple JSP Application <%-- This is a JSP comment --%>

Hello world!

Current time is <%= LocalDateTime.now() %>

<% if (day == 1 || day == 7) { %>

Today is weekend

<% } else { %>

Today is not weekend

<% } %> h2>Using JavaBeans in JSP

Got message: