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.

Related questions

0 votes
asked Aug 21, 2022 in JAVA by sharadyadav1986
0 votes
asked May 7 in JAVA by SakshiSharma
...