• 2022-07-22 问题

    File类中获取文件绝对路径的方法是() A: getName( ) B: getPath( ) C: getParent( ) D: exists( )

    File类中获取文件绝对路径的方法是() A: getName( ) B: getPath( ) C: getParent( ) D: exists( )

  • 2022-06-25 问题

    获取一个不包含路径的文件名的方法为 A: getName( ) B: getPath( ) C: getAbslutePath( ) D: getParent( )

    获取一个不包含路径的文件名的方法为 A: getName( ) B: getPath( ) C: getAbslutePath( ) D: getParent( )

  • 2022-07-22 问题

    File类中以字符串形式返回文件绝对路径的方法是( )。 A: getParent B: getName C: getAbsolutePath D: getPath

    File类中以字符串形式返回文件绝对路径的方法是( )。 A: getParent B: getName C: getAbsolutePath D: getPath

  • 2022-07-22 问题

    File类中以字符串形式返回文件绝对路径的的方法是( ) A: getName() B: getParent() C: getPath() D: getAbsolutePath()

    File类中以字符串形式返回文件绝对路径的的方法是( ) A: getName() B: getParent() C: getPath() D: getAbsolutePath()

  • 2021-04-14 问题

    【单选题】下列File类的方法中,可以获得文件对象父路径名的是 A. getName() B. getParent() C. getPath() D. getAbsolutePath()

    【单选题】下列File类的方法中,可以获得文件对象父路径名的是 A. getName() B. getParent() C. getPath() D. getAbsolutePath()

  • 2022-06-08 问题

    以下哪个不属于Path接口的常用方法() A: boolean endsWith(String other) B: Path getParent() C: Path get(URI uri) D: URI toUri()

    以下哪个不属于Path接口的常用方法() A: boolean endsWith(String other) B: Path getParent() C: Path get(URI uri) D: URI toUri()

  • 2022-07-22 问题

    ‎如下哪个选项可以获取文件的绝对路径?‎ A: public boolean isFile() B: public String getParent () C: public String getAbsolutePath () D: public String getName()

    ‎如下哪个选项可以获取文件的绝对路径?‎ A: public boolean isFile() B: public String getParent () C: public String getAbsolutePath () D: public String getName()

  • 2022-07-22 问题

    如下哪个选项可以获取文件的绝对路径? A: public String getName() B: public String getAbsolutePath () C: public String getParent () D: public boolean isFile()

    如下哪个选项可以获取文件的绝对路径? A: public String getName() B: public String getAbsolutePath () C: public String getParent () D: public boolean isFile()

  • 2022-07-22 问题

    File对象获得其指代的文件对象的的字符串类型的绝对路径的方法是? A: getPath B: getAbsolutePath C: getAbsoluteFile D: getParent

    File对象获得其指代的文件对象的的字符串类型的绝对路径的方法是? A: getPath B: getAbsolutePath C: getAbsoluteFile D: getParent

  • 2022-06-08 问题

    在Java语言中,若myFile是类File的一个对象,下面正确的有()。 A: myFile.getPath() B: newFile(myFile.getAbsolutePath()).getParent() C: myFile.isDirectory() D: myFile.isHidden() E: myFile.length()

    在Java语言中,若myFile是类File的一个对象,下面正确的有()。 A: myFile.getPath() B: newFile(myFile.getAbsolutePath()).getParent() C: myFile.isDirectory() D: myFile.isHidden() E: myFile.length()

  • 1 2