There is one more way to read from a file: using Scanner class. You can use this constructor:


Scanner in = new Scanner (new File(url));


And after you can read Strings from the file, or...