java-program Sample hello world program public class Hello world{ public static void main(string args[]){ system.out.println("Hello world!"); } }