Multiple Choice
Which statement reads the configuration file named config.txt into a collection for later processing?
A) List<String> configData = Files.read(Paths.get("config.txt") ) ;
B) List<Byte> configData = Files.readAllBytes(Paths.get("config.txt") ) ;
C) List<String> configData = Files.readAllLines("config.txt") ;
D) List<String> configData = Files.readAllLines(Paths.get("config.txt") ) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q75: What is the highest value for a
Q76: Which class is used for input of
Q77: A Caesar cipher uses a shift of
Q78: A Caesar cipher uses a shift of
Q79: Which class is used for input of
Q81: If we want to write objects to
Q82: Which is an advantage of storing numbers
Q83: In which of the following modes can
Q84: What type of object describes the location
Q85: How many methods are required to implement