Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Thread: Class of arrays

    by Norm
    Replies
    8
    Views
    1,142

    [SOLVED] Re: Class of arrays

    This line does it:

    String [] n = {"avenue", "jewelry"};
  2. Thread: Class of arrays

    by Norm
    Replies
    8
    Views
    1,142

    [SOLVED] Re: Class of arrays

    The compiler can not find a version of the add() method with args that match those in the statement with the error.
    Either add an overload for the add() method that matches the args you want to...
  3. Thread: Class of arrays

    by Norm
    Replies
    8
    Views
    1,142

    [SOLVED] Re: Class of arrays

    Please copy full text of error message and paste it here.
    The message should show the source with a ^ under the location of the error.
    Here is a sample from the javac compiler:

    ...
Results 1 to 3 of 3