Unable to read a file

If you look at your output you will see the word false

This is produced by your code

boolean b=ff.exists(); 
System.out.println(b); 

It ain’t there.

Leave a Comment