Home » JAVA Programming » Files and I/O » Question
  1. Which method can be used to check fileAccessiblity?
    1. isReadable(path), isWritable(path), and isExecutable(path)
    2. isExecutable(path)
    3. isWritable(path)
    4. isReadable(path)
    5. None of these
Correct Option: A

File accessibilty can be checked using isReadable(Path), isWritable(Path), and isExecutable(Path).



Your comments will be displayed only after manual approval.