Multiple choice

Which of the following methods is/are present in the Files class in Java?

  1. readAllBytes(Path p)

  2. isHidden(Path p)

  3. isSame(Path p1, Path p2)

  4. size(Path p)

  5. isSymbolicLink(Path p)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the correct choice because there is no method named isSame(Path p1, Path p2) in Files class in Java.