Use the output stream created in number 11 above to write the String BBC to the file named statistics.dat.

What will be an ideal response?


```
outputStream.writeUTF("BBC");
```

Computer Science & Information Technology

You might also like to view...

The getSelectedIndex method returns:

A) the index of the selected item B) -1 if no item is selected C) both A and B D) neither A nor B

Computer Science & Information Technology

Consider the COMPANY ER schema of Figure 7.2. Think of what operations are needed for the entity types/classes in the schema. Do not consider constructor and destructor operations.

What will be an ideal response?

Computer Science & Information Technology

Most HTML tags begin with an exclamation mark.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Blender was made open-source software in the year…

A. 1992 B. 2002 C. 1998 D. 2007

Computer Science & Information Technology