<%@ page language="java" contentType="text/html" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> ${title} <% String password = "admin123"; String name = "test"; int x = 1; %>

${message} ${message}

Welcome, ${user.name}

${item} hello