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

Verified
Correct Answer:
Verified
Q55: If the current method in a program
Q56: Which statement about handling exceptions is true?<br>A)If
Q57: Consider the following code snippet:<br>throw new IllegalArgumentException("This
Q58: When reading words using a Scanner object's
Q59: Which of the following statements about reading
Q61: When a program throws an exception within
Q62: Which of the following statements about assertions
Q63: Under which condition will the Scanner constructor
Q64: Consider the following code snippet. <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q65: Insert the missing code in the following