BufferedReader class is used to read data line by line using the readLine() method - Core Java
Q. Which class can be used to read data line by line using the readLine() method?- Published on 13 Jul 15a. BufferedReader
b. InputStreamReader
c. DataInputStream
d. None of the above
ANSWER: BufferedReader