Write a Java statement that creates an output stream to append data to a file named autos.txt.
What will be an ideal response?
```
PrintWriter outputStream = new PrintWriter(new FileOutputStream("autos.txt", true));
```
Computer Science & Information Technology
You might also like to view...
A theme is a built-in combination of colors and fonts
Indicate whether the statement is true or false
Computer Science & Information Technology
What is the component called that usually has a dual-voltage selector switch and has cables that connect to the motherboard and internal components?
A. PCIe B. HDD C. DIMM D. PSUĀ
Computer Science & Information Technology