With most files, to read the nth line, all the lines before the nth line need to be read. An exception is when all the lines are the same length. Then you can use the RandomAccessFile class to...