Which Method Can Be Used To Check Fileaccessiblity #1128
Which method can be used to check fileAccessiblity?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - File and Directory in Java - Quiz No.1.
Which method can be used to check fileAccessiblity?
isReadable(path)
isWritable(path)
isExecutable(path)
isReadable(path), isWritable(path), and isExecutable(path)