Insert the missing code in the following code fragment. This fragment is intended to read a file and write to a file. public static void main(String[] args) throws FileNotFoundException
{
String inputFileName = "dataIn.txt";
String outputFileName = "dataOut.txt";
File inputFile = new File(inputFileName) ;
Scanner in = new Scanner(inputFile) ;
PrintWriter out = _____________;
) . .
}
A) new PrintWriter(outputFileName)
B) new Scanner(outputFileName)
C) new PrintWriter(outputFile)
D) new Scanner(outputFile)
Correct Answer:
Verified
Q5: Under which condition will the Scanner constructor
Q6: Your program will read in an existing
Q7: Which of the following statements reflects the
Q8: Insert the missing code in the following
Q9: Which of the following is the correct
Q11: Which of the following objects should be
Q12: Which of the following statements about reading
Q13: Insert the missing code in the following
Q14: Under which condition will the PrintWriter constructor
Q15: Consider the following code snippet: public static
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents