Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: className.main(new String[]{"filename.txt"}); - Help

    There is a variable with a null value at line 25 in the Graphs class. Look at that line and see what variable is null then find out why it does not have a valid value.
  2. Re: className.main(new String[]{"filename.txt"}); - Help

    That statement calls the static method main in the class named className and passes it a String array containing one element: filename.txt

    What do you mean by "call that class"? The above...
Results 1 to 2 of 2