Hello, World!
<% String message = "Welcome to JavaServer Pages!"; out.println("" + message + "
"); %>Current Server Time:
The time is currently: <%= new java.util.Date() %>
The sum of 5 and 10 is: <%= 5 + 10 %>
%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
" + message + "
"); %>The time is currently: <%= new java.util.Date() %>
The sum of 5 and 10 is: <%= 5 + 10 %>