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 edit

Copy and paste the code above into the following free online development environment or use your own Java (JSP) compiler / interpreter / IDE.

See Also edit