How would you rad a textfile that is a bunch of seven letter words back to back into an ArrayList. EX: flowersflowersflowersflowersflowersflowers
I need to read them into the ArrayList as a single column. EX: Flowers flowers flowers flowers
The words are not all the same, I just used flowers as an example, all of the words in the textfile are different.
A little little bit of additionally info, I dont know how many words are in the textfile I'm trying to read into the ArrayList.
Any help/example of code would be awesome!