What is the purpose of the `FileWriter` class in Java?
A. It is used to write character data to a file
B. It is used to read character data from a file
C. It is used to write binary data to a file
D. It is used to read binary data from a file
Answer: Option A
Join The Discussion