// This is how to write hello world in Java// public class Hello World { public static void main(String[] args) { System.out.println("Hello World") } }