File对象获得其指代的文件对象的的字符串类型的绝对路径的方法是?
A: getPath
B: getAbsolutePath
C: getAbsoluteFile
D: getParent
A: getPath
B: getAbsolutePath
C: getAbsoluteFile
D: getParent
举一反三
- File类中以字符串形式返回文件绝对路径的方法是( )。 A: getParent B: getName C: getAbsolutePath D: getPath
- File类中以字符串形式返回文件绝对路径的的方法是( ) A: getName() B: getParent() C: getPath() D: getAbsolutePath()
- 中国大学MOOC: File对象获得其指代的文件对象的的字符串类型的绝对路径的方法是?
- 【单选题】下列File类的方法中,可以获得文件对象父路径名的是 A. getName() B. getParent() C. getPath() D. getAbsolutePath()
- File类中获取文件绝对路径的方法是() A: getName( ) B: getPath( ) C: getParent( ) D: exists( )