Question: Which method can be used to write data to a text file opened with the BufferedWriter object outfile? A.outfile.newLine(); B. outfile.existLine(); C. Write(outfile); D. outfile.write();
Which method can be used to write data to a text file opened with the BufferedWriter object outfile?
| A.outfile.newLine(); |
| B. | outfile.existLine(); |
| C. | Write(outfile); |
| D. | outfile.write(); |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
