Multiple choice

Which of the following methods is not present in the ImageInputStream Interface in java?

  1. isCached()

  2. getImage()

  3. readBoolean()

  4. getStreamPosition()

  5. flush()

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This is the correct choice. getImage() method is not present in the ImageInputStream Interface. This method is present in the ImageIcon class and it returns the image associated with this particular icon.