Solved

Insert the Missing Code in the Following Code Fragment

Question 80

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. 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)


A) new PrintWriter(outputFile)
B) new PrintWriter(outputFileName)
C) new Scanner(outputFile)
D) new Scanner(outputFileName)

Correct Answer:

verifed

Verified

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

Related Questions