A, B, and C are incorrect.
A is incorrect because the File class provides a representation of file and directory pathnames.
B is incorrect because the FileDescriptor class provides a means to function as a handle for opening files and sockets.
C is incorrect because the FilenameFilter interface defines the functionality to filter filenames.
|