Use the output stream to the file autos.txt created above in number 2 to write the line “Mercedes” to the file.
What will be an ideal response?
```
outputStream.println("Mercedes");
```
Computer Science & Information Technology
You might also like to view...
Suppose you have 300 hosts and want to have no more than 50 hosts per subnet. What size of address block should you request from your ISP? How many /24 addresses would you need? How many subnets would you have left over from your allocation?
What will be an ideal response?
Computer Science & Information Technology
A database is used to store related data in a structured way.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology