QUESTION 7 
When comparing  java. io. BufferedWriter to  java.io.FileWriter,  which capability 
exist as a method in only one of the two?  
A. closing the stream  
B. flushing the stream 
C. writing to the stream 
D. ing a location in the stream 
E. writing a line separator to the stream  
Answer: ( E )
只有BufferedWriter具有newLine( )方法; Reader 才有功能。
参考大纲:I/O操作 — BufferWriter和FileWriter
不明白请高手讲解,谢谢!