Scanner scanner = new Scanner(new File("filename")); while (scanner.hasNextLine()) { String line = scanner.nextLine(); // process the line }