Write a Java program to copy alternate word from file into another file.
Answers
Answered by
1
Answer:
in java we can copy the contents of one file to another file . this can be done by the fileinputstrem and fileoutputstrem classes.
may it helps you .
Similar questions