📚 Practice Mode
Java I/O Streams
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
Which of the following methods is/are defined in the OutputStream class?
- flush()
- write(byte[ ] b)
- write(byte[ ] b, int offset, int len)
- both 1 and 3
- all of these