Solved

Which Expression Determines Whether There Is a Configuration File Named

Question 14

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions