Setup the system
public class Example { public static void main(String[] args) { System.out.println("Hello, World"); } }
Java Home
Links
Last updated
public class Example {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}Last updated