Search:

Type: Posts; User: Tjstretch

Search: Search took 0.16 seconds.

  1. Replies
    8
    Views
    1,881

    Re: Cannot find symbol ERROR

    Sorry, I assumed you were when I saw
    public static ArrayList[] sbins = new ArrayList[10];

    Please highlight your code with


    *Code*

    rather than code tags, although code is better than...
  2. Replies
    8
    Views
    1,881

    Re: Cannot find symbol ERROR

    Ok, so you should not be using an ArrayList like an array, it is a wrapper class, and it also should be specifying the type.

    ArrayList API

    Example of how to use ArrayList:

    ArrayList<Integer>...
Results 1 to 2 of 2