Server-Side Scripting/Introduction/Java (JSP)
index.jsp
edit<%
// Displays "Hello world!"
//
// References:
// https://www.javatpoint.com/jsp-tutorial
out.print("Hello world!");
%>
Try It
editCopy and paste the code above into the following free online development environment or use your own Java (JSP) compiler / interpreter / IDE.