Q25
In Java, what is the purpose of the `BufferedWriter` class?
A.
It is used to write character data to a file efficiently
AnswerB.
It is used to write binary data to a file
C.
It is used to read character data from a file
D.
It is used to read binary data from a file
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board