Which of the following statements is false?

a. With a BufferedOutputStream each output operation is directed to a buffer large enough to hold the data of many output
operations. Transfer to the output device is performed in one large physical output operation when the buffer fills.
b. With a BufferedOutputStream, a partially filled buffer can be forced out to the device at any time by invoking the stream
object’s force method.
c. With a BufferedInputStream, many “logical” chunks of data from a file are read as one large physical input operation into a
memory buffer.
d. With a BufferedInputStream, as a program requests data, it’s taken from the buffer. When the buffer is empty, the next actual
physical input operation is performed.


b. With a BufferedOutputStream, a partially filled buffer can be forced out to the device at any time by invoking the stream
object’s force method.

Computer Science & Information Technology

You might also like to view...

The preferred means of creating multithreaded Java applications is by implementing the ________ interface. An object of a class that implements this interface represents a task to perform.

a. Thread b. Runner c. Runnable d. None of the above.

Computer Science & Information Technology

When using the ____________________ tool, you can change the shield color and opacity of the area outside the crop using the Color and Opacity settings on the Options bar.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When viewing a chart in Word, you need to open the underlying ________ to make any changes to the chart's data

Fill in the blank(s) with correct word

Computer Science & Information Technology

To highlight text, click the arrow next to the ____ button in the Font group on the Home tab.

A. Text B. Highlight Color C. Text Highlight Color D. Text Color

Computer Science & Information Technology