Multiple choice Which of the following methods are defined in OutputStream class? flush() write(byte[ ] b) write(byte[ ] b, int offset, int len) :- both 1 and 2 all of these Reveal answer Fill a bubble to check yourself E Correct answer Explanation This is the correct answer because all of the given methods are defined in the OutputStream class.