Compile and run Java in your browser with a single click. OpenJDK with java.util, java.io and the standard library.
Looking for more? Try the multi-language IDE, or jump into real online assessment questions.
Compile and run Java in your browser with a single click.
Runtime: OpenJDK with java.util, java.io and the standard library.
public class Main {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}