0 votes
in JAVA by

Which class is used to read text from a file in Java?

a) File

b) FileInputStream

c) BufferedReader

d) FileReader

1 Answer

0 votes
by
Solution: d) FileReader

Explanation: The FileReader class is used to read text from a file in Java.
...