A、RandomAccessFile类可以随机访问文件
B、RandomAccessFile类实现DataInput和DataOutput接口
C、RandomAccessFile类不能写文件
D、RandomAccessFile类兼有输入输出功能
查看答案
正确答案
试题解析
解析:RandomAccessFile提供了对文件随机访问的功能,它继承了Objects类,实现 DataInput和DataOutput接口,因此RandomAccessFile类兼有输入输出功能,可以访问文件任意位置。所以选择C。