Solved

To Append Data to an Existing File, Use _____________ to Construct

Question 3

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:

verifed

Verified

Related Questions