Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

programmers

Name: Anonymous 2011-11-11 21:28

how come my java code is working

function helloworld {
  alert ( hell owrl
}

Name: Anonymous 2011-11-11 21:47


public class HelloWorld {
    public static void main(String[] args) {
        helloworld();
    }
   
    public void helloworld() {
        System.out.println("Hello World");
    }
}

Name: Anonymous 2011-11-11 23:21

>>2
your helloworld() method needs to be static

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List