Search:

Type: Posts; User: newbie

Search: Search took 0.19 seconds.

  1. Replies
    6
    Views
    1,778

    Re: confused on loop

    Well to get it to compile.. just change your ArrayList to this:
    static ArrayList<String> ssns = new ArrayList<String>();

    But..
    as you don't have a main() in you're current class, and unless you...
  2. Replies
    6
    Views
    1,778

    Re: confused on loop

    Replace..

    public void getArrayList()

    with...

    public static void getArrayList()
Results 1 to 2 of 2