Skip to content

Instantly share code, notes, and snippets.

@darbyluv2code
Created July 11, 2017 05:42
Show Gist options
  • Select an option

  • Save darbyluv2code/2bf95fafde8e5973d89ed0c7bbd1aa18 to your computer and use it in GitHub Desktop.

Select an option

Save darbyluv2code/2bf95fafde8e5973d89ed0c7bbd1aa18 to your computer and use it in GitHub Desktop.
JSP tutorial
<html>
<body>
<h3>Hello World of Java!</h3>
The time on the server is <%= new java.util.Date() %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment