Moderate

Which method of the Applet class displays the result of applet code on screen ?

Correct answer: A. paint() method

  • A. paint() method
  • B. main() method
  • C. run() method
  • D. drawString() method

Explanation

An applet displays its drawing output through the `paint(Graphics)` method, which the applet framework calls when the applet needs to render. `drawString()` is only a drawing operation used inside such a method.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions