Hello World Example
 This example is just for formal starting point of our journey. Well let's begin this in the name of ALLAH.       public class Main {      public static void main(String[] args){          System. out .println( "Hello World..." );              } }      console output.