Thread: I/O exercise
View Single Post
  #1 (permalink)  
Old 10-28-2007, 12:02 PM
Feldom Feldom is offline
Member
 
Join Date: Oct 2007
Posts: 1
Feldom is on a distinguished road
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.
Reply With Quote
Sponsored Links