Hello ,
This is my first post in this forum.
I am a newbie to IntelliJ IDEA.On writing a simple program of file handling,it's showing a ' java.io.fileNotFoundException'
although the file is there.
s = new Scanner(new BufferedReader(new FileReader("/media/arg/Data/Movies.txt")));
I would appreciate if you can help.Thank you.