Server-Side Scripting/Introduction/Java (JSP)

From Wikiversity
Jump to navigation Jump to search

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.

See Also

[edit | edit source]