Search:

Type: Posts; User: kriogenic

Search: Search took 0.08 seconds.

  1. Re: Error on myList.get(2) - When myList.size() is 8

    It compiles fine but when I run instead of the output i want I get
    Error: 1




    for(int j =0; j < wordList.size() ; j++){
    System.out.println(wordList.size()); //Gives me 8...
  2. Error on myList.get(2) - When myList.size() is 8

    Hey everyone,

    I have been programming in java for a while now but have never once come across this...

    I am opening a text file and reading it into a string variable using
    myVar = myVar +...
Results 1 to 2 of 2