Multiple Choice
Fill in the blank in the following code snippet that displays the names of directories in the current directory.
A) Files.isDirectory(p)
B) isDirectory(p)
C) p.isDirectory()
D) Paths.isDirectory(p)
Correct Answer:

Verified
Correct Answer:
Verified
Q56: Which statement about object streams is NOT
Q57: Readers and writers access sequences of _.<br>A)bytes<br>B)files<br>C)streams<br>D)characters
Q58: Fill in the blank in the following
Q59: Which method moves the file pointer in
Q60: If you write a simple Student class,
Q62: Assume we have a RandomAccessFile object, file,
Q63: Which expression deletes the file named filename.txt?<br>A)Files.delete(Paths.get("filename.txt"))<br>B)Files.deleteFile(Paths.get("filename.txt"))<br>C)Files.deleteFile("filename.txt")<br>D)Files.delete("filename.txt")
Q64: Which methods are not in the Serializable
Q65: A Caesar cipher uses a shift of
Q66: Which of the following is NOT a