What is the difference between the File and
RandomAccessFile classes?
(Select three correct answers)
A: The File class encapsulates the files and directories of the local file system.
B: The File and RandomAccessFile can be chained together in order to manipulate some files.
C: The RandomAccessFile class provides the methods needed to directly access data contained in any part of a file.
D: The File deals with byte while RandomAccessFile deals with char of the target file.
I did not understand how point A (that was a prt of the answer) could be the difference between File and RandomAccessFile classes???
Both of them encapsulates the files and directories of the local file system, nah ???