Multiple Choices
(Choose 1 answer)
Assuming any exception handling has been set up, which of the following will create an instance of the Random AccessFile class?
A. RandomAccessFile raf-new Random AccessFile("myfile.txt","rw");
B. RandomAccessFile raf-new Random AccessFile(new DataInputStream());
C. RandomAccessFile raf-new RandomAccessFile("myfile.
D. RandomAccessFile raf-new Random AccessFile(new File("myfile.txt"));