If I have a text file and I have an application and I want my application
to randomly read from that file.How would you do it?
Printable View
If I have a text file and I have an application and I want my application
to randomly read from that file.How would you do it?
Hi,
Use the class java.io.RandomAccessFile to randomly read from a file.
Cheers,
Nikhil
"alex" <cad1374@yahoo.com> wrote:
>
>If I have a text file and I have an application and I want my application
>to randomly read from that file.How would you do it?