Multiple Choice
Which of the following statements about reading and writing text files is correct?
A) You use the Scanner class to read and write text files.
B) You use the PrintWriter class to read and write text files.
C) You use the Scanner class to read text files and the PrintWriter class to write text files.
D) You use the Scanner class to write text files and the PrintWriter class to read text files.
Correct Answer:

Verified
Correct Answer:
Verified
Q61: Complete the code fragment below, which is
Q62: Insert the missing code in the following
Q63: Select an appropriate expression to complete the
Q64: Select an expression to complete the program
Q65: You have opened a command prompt window
Q67: Which of the following objects should be
Q68: Your program must read in an existing
Q69: Consider the following code snippet: try<br>{<br>PrintWriter outFile
Q70: Consider the following code snippet. Scanner in
Q71: The Scanner class's _ method is used