Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,483

    Re: Java main method args

    No problem. The Java tutorials are a great resource for this kind of question- I typed in "java arrays" to find that tutorial.

    Also, you could use varargs with the main method:

    public static...
  2. Replies
    3
    Views
    1,483

    Re: Java main method args

    Either syntax is valid. From the array tutorial (http://download.oracle.com/javase/tutorial/java/nutsandbolts/arrays.html ):


    PS- Thousandth post!
Results 1 to 2 of 2