Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Welcome!
This Java template lets you get started quickly with a simple one-page playground.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// {
public class Main {
public static void main(String[] args) {
// }
String message = "Hello World!";
System.out.println(message);
//{
}
}
//}
Press desired key combination and then press ENTER.
Advanced usage
If you want a more complex example (external libraries, viewers...), use the Advanced Java template
Suggested playgrounds
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content