Which of the following statements is false?
a. Path method isAbsolute returns a boolean indicating whether a Path represents an absolute path to a file or directory.
b. Files static method getLastModifiedTime receives a Path and returns a FileTime (package java.nio.file.attribute) indicating when the file was last modified.
c. Files static method size receives a Path and returns a long representing the number of bytes in the file or directory. For directories, the value returned is platform specific.
d. All of the above are true.
d
Computer Science & Information Technology
You might also like to view...
When naming a macro, the name CANNOT contain any ________
A) blank spaces B) underscores C) hyphens D) numbers
Computer Science & Information Technology
All the values in an array must be of the same __________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology