New to Java: Read data file, create linked list from file.
807601May 16 2008 — edited May 16 2008Hello. I just started programming in Java. I've read tutorials on creating a linked list and for reading a simple file with output. Though I'm confused on how to read the file and create a singly-linked string list from it. I've gone through some examples but they have always been manually inserting into the list rather than from a file.
Any help would be appreciated!