crazy_raja Member Member since Aug 8, 2011 Last active Aug 8, 2011 Total activities 0 Activity feed Recent contributions #Threads 14 years ago 4620d52f-931a-44b5-bf18-606375752501 class Hello { static { System.out.println("This is the Java Program That Runs Without Main Method"); System.exit(0); } } Try this one....it works