|
I/O exercise
hi there,
Could you help me with this exercise?
Write the static method copyFile(String fromFile,String toFile)
that copys the content of fromFIle to toFile.The fromFIle and toFile are
data of characters.The description of File,FileReader,FileWriter.Reader,
Writer is given.
|