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 the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation This is the correct answer because as explained, all of the given methods are defined in the OutputStream class.