Kizspy | Question: 47 (Choose 1 answer)
Which of the following statements is used to add the content to an existing text file?
A. Set the append parameter to true in the constructor of the FileWriter object
B. Set the append parameter to true in the constructor of the File object
C. Set append parameter of true in the constructor of OutputStream object
D. All of the others