Multiple choice Which of the following methods is/are present in the Files class in Java? readAllBytes(Path p) isHidden(Path p) isSame(Path p1, Path p2) size(Path p) 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.