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")

c

Computer Science & Information Technology

You might also like to view...

Cropping a picture does which of the following?

A. Cropping a picture changes the position of a picture. B. Cropping a picture flips the picture horizontally or vertically. C. Cropping a picture changes the text wrapping of a picture. D. Cropping a picture removes parts of a picture.

Computer Science & Information Technology

A(n) ________ is a collection of multiple objects treated as one unit that can be copied, moved, or formatted

Fill in the blank(s) with correct word

Computer Science & Information Technology