@morningdot-6Xuj4M
•
Oct 7, 2024
Oct 7, 2024
1.3K
Doubt in java programming.
Hello friend's,
Check out this program.
import java.io.*;
public class r
{
public static void main(String args[])throws IOException
{
try
{
FileReader fr=new FileReader("mohit.txt");
FileWriter fw=new FileWriter("monu.txt");
int s;
while((s=fr.read())!=-1)...