I was given a piece of code that has this line:
GetBytes getInput = new GetBytes("myText.txt");
Which obviously reads a text file and tries to get its input.
I am using jdk1.8.0_20
on Windows 8 running inside eclipse.
In which folder should I put a file named myText.txt?