首页题库练习题目详情
面向对象程序设计单选题中等

在Java中,要删除文件,应使用哪个类的方法?

AFile.delete()
BFile.remove()
CFile.deleteFile()
DFile.clear()