Multiple Choice
When you write your own ____ method, you must include any actions you want your JApplet to take when a user revisits the JApplet.
A) repaint()
B) start()
C) paint()
D) restart()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: How is an applet like a Java
Q26: The _ method is always called after
Q27: In the JApplet life cycle, a paint()
Q28: If you want to place an image
Q29: You can use an overloaded version of
Q31: _ is a Swing class from which
Q32: The name of a called applet must
Q33: Invoking the _ method after adding one
Q34: How is an applet different from a
Q35: Applet code runs in a constrained area