Multiple Choice
Which expression determines whether there is a configuration file named config.txt?
A) Files.exists("config.txt")
B) exists(Paths.get("config.txt") )
C) exists(Files.get("config.txt") )
D) Files.exists(Paths.get("config.txt") )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Which class is used for output of
Q10: Which code reads an array of Student
Q11: Which class is used for output of
Q12: If serializing object obj requires 12 bytes,
Q13: What is the lowest value for a
Q15: The two IO classes used for serialization
Q16: Streams access sequences of _.<br>A)bytes<br>B)files<br>C)characters<br>D)strings
Q17: Which of these classes access sequences of
Q18: Assume we have a RandomAccessFile object, file,
Q19: Based on the code below, the statement