public class JavaProgram { public static void main(String args[]) { System.out.println("Hello Compiler !, I am Java..!!"); } } When the above Java Program is compile and executed, it will produce the following output: