Computer Science, asked by poosabale3110, 7 hours ago

Write a Java program to copy alternate word from file into another file.​

Answers

Answered by sharanyasadananda485
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