The API docs for java.io.BufferedReader have a code fragment in the description that should open up a file for you for line-at-a-time reading. readLine() in that class will get the lines, and...