What method is used to read a file line by line?
PrintWriter.print()
BufferedReader.readLine()
BufferedWriter.write()
FileReader.read()