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. Actually, it's the flush method.

Computer Science & Information Technology

You might also like to view...

____ are used to differentiate capability levels.

A. Utility attributes B. Control attributes C. Audit attributes D. Management attributes

Computer Science & Information Technology

What does the address operator do?

What will be an ideal response?

Computer Science & Information Technology

What is a rootkit and why is it so difficult to detect?

What will be an ideal response?

Computer Science & Information Technology

________ is unsolicited commercial , or junk

A) Spam B) A computer virus C) Spyware D) Malware

Computer Science & Information Technology