Insert the missing code in the following code fragment. This fragment is intended to read an input file named dataIn.txt that resides in a folder named payroll on the C: drive of a Windows system.
Public static void main(String[] args) throws FileNotFoundException
{
File inputFile = ________;
Scanner in = new Scanner(inputFile) ;
) . .
}
A) new File(c:/payroll/"dataIn.txt")
B) new File(c://payroll//"dataIn.txt")
C) new File("c:\payroll\dataIn.txt")
D) new File("c:\\payroll\\dataIn.txt")
Correct Answer:
Verified
Q2: Which of the following statements about a
Q17: Insert the missing code in the following
Q19: Consider the following code snippet:
Public static void
Q20: Insert the missing code in the following
Q26: Insert the missing code in the following
Q27: Insert the missing code in the following
Q30: Consider the following code snippet. Scanner inputFile
Q33: Your program wishes to open a file
Q35: Consider the following code snippet. PrintWriter outFile
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