Solved

Which of the Following Statements Is False

Question 6

Multiple Choice

Which of the following statements is false?


A) InputStream and OutputStream are abstract classes for performing byte-based I/O.
B) Tubes are synchronized communication channels between threads.
C) A filter stream provides additional functionality, such as aggregating data bytes into meaningful primitive-type units. FilterInputStream and FilterOutputStream are typically extended, so some of their filtering capabilities are provided by their concrete subclasses.
D) A PrintStream performs text output. System.out and System.err are PrintStreams.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions