230k views
3 votes
Which of the following statements is false?

A Path object represents the location of a file or directory.

Path objects open files and provide file processing capabilities.

The Paths class is used to get a Path object representing a file or directory location.

The Path method isAbsolute returns false if the Path is relative.

User Gatsbyz
by
5.0k points

1 Answer

2 votes

Answer:

Path objects open files and provide file-processing capabilities. Actually, Path objects do not open files nor do they provide any file-processing capabilities. They specify only the location of a file or directory.

User Hilo
by
5.3k points