//Without Variable System.out.println("Hello World"); //With Variable String hello = "Hello World"; System.out.println(hello);