In Java, what is the purpose of the `BufferedWriter` class?
A. It is used to write character data to a file efficiently
B. 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
Join The Discussion