I am trying to read a file with
I have placed the file exactly in the folder where the CLASS File s there. still i get an error saying "The system cannot find the file specified"
Any suggestions?
Code:
FileInputStream fstream = new FileInputStream("file1.txt");
Any suggestions?
Comment