What is the difference between the File and RandomAccessFile classes

The File class encapsulates the files and directories of the local file system. TheRandomAccessFile classprovides the methods needed to directly access data contained in any part of a file.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions