Which of the following statements is false?
a. A LineNumberReader is a buffered character stream that tracks the number of lines read.
b. Classes FileReader and FileWriter perform character-based file I/O.
c. Class PipedReader and class PipedWriter implement piped-character streams for transferring data between threads.
d. Class StringReader and StringWriter read characters from and write characters to Streams, respectively.
d. Class StringReader and StringWriter read characters from and write characters to Streams, respectively.
You might also like to view...
Regarding the for statement below, which of the following is true?
for (j = 0; j < n; j++) {...} a. the loop starts at 0 b. the loop increments by 1 c. the loop stops after n iterations d. all of the above
Which of the following components are contained in Normal view?
What will be an ideal response?