When comparing java.io.BufferedWriter to java.io.FileWriter, which capability exists as a method in
only one of the two?
A.
marking a location in the stream
B.
writing to the stream
C.
closing the stream
D.
flushing the stream
E.
writing a line separator to the stream