Multiple Choice
To append data to an existing file, use _____________ to construct a FileOutputStream for file out.dat.
A) new FileOutputStream("out.dat")
B) new FileOutputStream("out.dat", false)
C) new FileOutputStream("out.dat", true)
D) new FileOutputStream(true, "out.dat")
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What is the printout for the following
Q2: Suppose s is a string with the
Q4: Suppose the xMethod() is invoked in the
Q5: Analyze the following code: public class Test
Q6: What is the output of running class
Q7: Which code fragment would correctly identify the
Q8: What modifier should you use on a
Q9: _ describes the state of an object.<br>A)
Q10: What would be the result of attempting
Q11: When you implement a method that is