%@ page contentType="text/html;charset=UTF-8" language="java" %>
Java in Static Page Example
Java in Static Page Example
<% String[] arr = {"What's up?", "Hello", "It's a nice day today!"};
String greetings = arr[(int)(Math.random() * arr.length)];
%>
<%= greetings %>