Solved

Which of the Following Statements Is False

Question 11

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions