which statement is incorrect about input and output streamsOAThe FileWriter class writes character data to afileFileInputStream reads data and byte streams from fileswhile FileReader reads characters
OD is incorrect. The correct statement is that FileOutputStream sets whether the content is written to the end of the file or the beginning through the constructor argument. There is no setAppend method in FileOutputStream.
原文地址: http://www.cveoy.top/t/topic/g1y6 著作权归作者所有。请勿转载和采集!