Multiple choice Which of the following methods is/are defined in InputStream class of Bytes Stream? read(byte[ ] b) mark(int limit) read() both 1 and 2 all of these Reveal answer Fill a bubble to check yourself E Correct answer Explanation All of the methods are defined in the InputStream class. So this is the correct choice.