Insert the missing code in the following code fragment. This fragment is intended to read an input file named dataIn.txt and write to an output file named dataOut.txt.
Public static void main(String[] args) throws FileNotFoundException
{
String inputFileName = "dataIn.txt";
String outputFileName = "dataOut.txt";
File inputFile = new File(inputFileName) ;
Scanner in = _________;
) . .
}
A) new File(inputFileName)
B) new File("dataIn.txt")
C) new Scanner(inputFile)
D) new Scanner("dataIn.txt")
Correct Answer:
Verified
Q2: Which of the following statements about a
Q12: Which of the following statements about reading
Q12: Consider the following code snippet:
Public static void
Q14: Insert the missing code in the following
Q16: Insert the missing code in the following
Q19: Consider the following code snippet:
Public static void
Q20: Consider the following code snippet: File inputFile
Q20: Insert the missing code in the following
Q22: Insert the missing code in the following
Q38: Which of the following statements about using
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