I need a little help. I want to read a text document that looks like this:
4 3 2
3 6 9
This is not the main part, because I could do this. The problem is with the splitting. How I can get those numbers in fully separated Arraylists? I mean, if I have three Arraylists, I want to save the first number of the line to the first ArrayList, the second number to the second Arraylist, and the third number to the third Arraylist.
Can somebody help me with that?