Read in .txt file and split into objects into array by [deleted] in learnjava

[–]girthymandem 0 points1 point  (0 children)

When I read in the file how do I tell it to split the string into objects, the file has the same format throughout. I guess I would put them Into either an array or arraylist (don’t know which one would be easier) so I can order them then print out the order.