Multiple choice Which of the following methods is not present in the Imageview class in java? getImageURL() getNoImageIcon() getAltText() getLoadingImageIcon() getURL() Reveal answer Fill a bubble to check yourself E Correct answer Explanation This is the correct choice. There is no method named getURL() in ImageView class. The correct method name is getImageURL(). This method returns a URL for an image source or null if it could not be determined.