Write a Java statement that creates an output stream to a binary file named statistics.dat.
What will be an ideal response?
```
ObjectOutputStream outputStream =
new ObjectOutputStream(new FileOutputStream("statistics.dat"));
```
Computer Science & Information Technology
You might also like to view...
The character used to create an access key by inserting it into a text property is ____.
A. ˜ B. ^ C. & D. <
Computer Science & Information Technology
Portia is researching wireless Internet connections for her computer. Portia learns that ____ is a fixed wireless standard that uses antennas mounted on towers.
A. satellite service B. portable Internet access C. WiMAX D. Wi-Fi
Computer Science & Information Technology