Search This Blog

Showing posts with label function main (). Show all posts
Showing posts with label function main (). Show all posts

Tuesday, February 2, 2010

Java with out Main ()

public class withoutMain {
static {
System.out.println("Hello World!");
System.exit(0); // if you not put here, then error says no main
}
}

Hit Counter


View My Stats