判断File类对象指向的是否是一个文件而非目录使用()方法。
A: canRead()
B: canWrite()
C: isFile()
D: exists()
A: canRead()
B: canWrite()
C: isFile()
D: exists()
举一反三
- 判断File类对象指向的目录或文件是否存在可以使用()方法。 A: canRead() B: canWrite() C: isFile() D: exists()
- 利用File类的( )方法可以判断指定文件对象是否是目录。 A: isHidden B: isDirectory C: canWrite D: canRead
- 3.3 File类中判断文件或目录是否存在的方法是( ) A: isExists() B: Exists() C: isFile() D: isDi rectory()
- File类中判断文件是否存在的方法是 ( )。 A: exists( ) B: getName() C: isFile() D: delete( )
- File类提供了一系列方法,用于操作其内部封装的路径指向的文件或者目录,当File对象对应的文件不存在时,使用哪个方法将新建的一个File对象指定到新文件中。() A: String getAbsolutePath() B: boolean canRead() C: boolean createNewFile() D: boolean exists()