Created
July 11, 2017 05:42
-
-
Save darbyluv2code/2bf95fafde8e5973d89ed0c7bbd1aa18 to your computer and use it in GitHub Desktop.
JSP tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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