welldefined
Programmer
Hi,
I am using eclips3.0 and found
String file = "dddd.txt";
FileReader fr = new FileReader(file);
not working. It said:
Unhandled exception type FileNotFoundException
Can you tell me what I am doing wrong? Does eclips3.0 support that?
I am using eclips3.0 and found
String file = "dddd.txt";
FileReader fr = new FileReader(file);
not working. It said:
Unhandled exception type FileNotFoundException
Can you tell me what I am doing wrong? Does eclips3.0 support that?