I am new to Java. I am supposed to read an ever growing file for new data being appended to it. On googling I could find out a solution using RandomAccessFile, is that the best way? Can you suggest an optimal way that would maintain the balance between speed/performance and accuracy?
I am not expecting ready to use code, but suggestion from you experts out there.