Java Program without main() function using

  1. public class Simple  
  2. {  
  3.    static 
  4.    {  
  5.       System.out.println("Hello Java Program without main() function");  
  6.    }  
  7. }