Multiple Choice
Consider the following code snippet. PrintWriter outFile = new PrintWriter("dataOut.txt") ;
Which of the following statements about the PrintWriter object is correct?
A) If a file named "dataOut.txt" already exists, an exception will occur.
B) If a file named "dataOut.txt" already exists, existing data will be deleted before new data is added to the file.
C) If a file named "dataOut.txt" already exists, new data will be added to the end of the file.
D) If a file named "dataOut.txt" already exists, a new file named "dataOut_1.txt" will be created and used.
Correct Answer:

Verified
Correct Answer:
Verified
Q55: Consider the following code snippet. Scanner in
Q56: Which of the following statements about white
Q58: Under which condition will the PrintWriter constructor
Q59: Which of the following patterns should be
Q61: Complete the code fragment below, which is
Q62: Insert the missing code in the following
Q63: Select an appropriate expression to complete the
Q64: Select an expression to complete the program
Q65: You have opened a command prompt window
Q66: Your program wishes to open a file