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