PrintStream class methods - Core Java
Q. Which methods are provided by the PrintStream class?- Published on 22 Jul 15a. Read data to another stream
b. Write data to another stream
c. Read data to same stream
d. Write data to same stream
ANSWER: Write data to another stream