Computer Science, asked by hemant9410, 1 year ago

What are the differences between fileinputstream/fileoutputstream and randomaccessfile?

Answers

Answered by Prateek001
0
The File class encapsulates the files and directories of the local file system. The Random Access File class provides the methods needed to directly access data containedin any part of a file.The File class can only provide File properties. But cannot actually read or write those files.RandomAccessFile provides methods to read and write to files.


thanks
if you like my answer then mark it as brainliest it's comes above my answer
Similar questions