Home » JAVA Programming » Applet » Question
  1. Which of these functions is called to display the output of an applet?
    1. PrintApplet()
    2. displayApplet()
    3. paint()
    4. display()
    5. None of these
Correct Option: C

Whenever the applet requires to redraw its output, it is done by using method paint().



Your comments will be displayed only after manual approval.