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