Multiple Choice
Insert the missing code in the following code fragment.This fragment is intended to read a file named dataIn.txt and write to a file named dataOut.txt.
A) new PrintWriter(outputFile)
B) new PrintWriter(outputFileName)
C) new Scanner(outputFile)
D) new Scanner(outputFileName)
Correct Answer:

Verified
Correct Answer:
Verified
Q75: Insert the missing code in the following
Q76: Which of the following statements about white
Q77: Insert the missing code in the following
Q78: Which of the following code snippets about
Q79: Your program will read in an existing
Q81: Which of the following statements about the
Q82: When reading words with a Scanner object,
Q83: Assuming that the string input contains the
Q84: Select the missing expression in the code
Q85: Consider the following code snippet.<br>Scanner inputFile =