public class PerfectApp
{
public static int main( String [] args )
{
System.out.println( "Shut up, foo!!" );
}
}

Improve that, please... (NO ASM, that's cheating!)