Multiple choice Which method of graphic object is used to display an image in applet? DrawImage DrawImg DreewImig None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation The drawImage() method in the Graphics class is used to display images in Java applets. The other options are misspelled or incorrect.