Hello world program in java Get link Facebook X Pinterest Email Other Apps By Praphulla - March 07, 2016 class hello{ public static void main(String [] args){ System.out.println("Hello world !"); } } Read more