[2005-12-02] “Hello World” Sans Semi-Colons (Java)

Srikanth has a better solution that works with JDK1.5:

 public class Sriki {   public static void main( String[] args)   {     if( System.out.append( "Hello World!\n") != null)     {     }   } } 

(Originally posted on Advogato.)

Other Posts from 2005