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

在Java中,下列哪个方法用于判断文件是否存在?

AFile.exists()
BFile.isFile()
CFile.isDirectory()
DFile.getName()