

MCQOPTIONS
Saved Bookmarks
1. |
Which method can be used to check fileAccessiblity? |
A. | isReadable(path) |
B. | isWritable(path) |
C. | isExecutable(path) |
D. | isReadable(path), isWritable(path), and isExecutable(path) |
Answer» E. | |