Question Detail Which method of the Applet class displays the result of applet code on screen run() methodpaint() methoddrawString() methodmain() method Answer: Option B Similar Questions : 1. All methods of interface are public and abstract TrueFalse Answer: Option A 2. Inheritance means Sub class extends super classSub class extends Base classSub class create object of super classAll of the above Answer: Option A 3. x=x+1 is equivalent to ++xx++x=x-1None of these Answer: Option B 4. Which command disassembles a class file javaamdjavacmdjavajavap Answer: Option D 5. Which among following classes is not part of Java's collection framework QueueArrayStackMaps Answer: Option A Read more from - Java Objective Questions Answers -Chapter 1