Solved

Insert the Missing Code in the Following Code Fragment

Question 24

Multiple Choice

Insert the missing code in the following code fragment.This fragment is intended to write an output file named dataOut.txt that resides in a folder named reports on the C: drive of a Windows system. Insert the missing code in the following code fragment.This fragment is intended to write an output file named dataOut.txt that resides in a folder named reports on the C: drive of a Windows system.    A) new PrintWriter( c:\\reports\\dataOut.txt )  B) new PrintWriter( c:/reports/dataOut.txt )  C) new PrintWriter( c://reports//dataOut.txt )  D) new PrintWriter( c:\reports\dataOut.txt )


A) new PrintWriter("c:\\reports\\dataOut.txt")
B) new PrintWriter("c:/reports/dataOut.txt")
C) new PrintWriter("c://reports//dataOut.txt")
D) new PrintWriter("c:\reports\dataOut.txt")

Correct Answer:

verifed

Verified

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

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents