Examlex

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)


Definitions:

Related Questions