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