Explain the life cycle of an Applet.

Technology CommunityCategory: JavaExplain the life cycle of an Applet.
VietMX Staff asked 4 years ago

An applet may undergo the following states:

  • Init: An applet is initialized each time is loaded.
  • Start: Begin the execution of an applet.
  • Stop: Stop the execution of an applet.
  • Destroy: Perform a final cleanup, before unloading the applet.