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...
Which of the following is not a layer style?
A. glows B. bevels C. chiseled edges D. flips
Computer Science & Information Technology
The new default shutdown option for Windows is the ________ boot
A) hybrid B) hibernate C) indexed D) suspended
Computer Science & Information Technology
?Slices of different widths or heights can be created by entering the size values in a comma-separated list.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A structure that organizes data in a series of records (rows), with each record made up of a number of fields (columns).
What will be an ideal response?
Computer Science & Information Technology