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