posted 21 years ago
hi Divya,
Y u want 2 read the file from last 2 first?.
If that is a must, check out the class RandomAccessFile, use the methods provided there, such as seek() 2 navigate 2 the end of the file & read backward using ur own logic.
Saj