To get started reading from a file I suggest one of these:
Scanner (Java 2 Platform SE 5.0)
BufferedReader (Java 2 Platform SE 5.0)
Although, I am partial to the Scanner class, both work nicely. ...