(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. Random Access File raf-new Random Access File("myfile.txt","rw");
B. Random Access File raf-new Random AccessFile(new DataInputStream());
C. Random Access File raf=new Random Access File("myfile.
D. Random Access File raf-new Random Access File(new File("myfile.txt"));
Exit 17