♠ Posted by Unknown in Core Java at 20:58
Applet Life Cycle
Every Java applet inherits a set
of default behaviors from the Applet class.
As a result, when an applet is loaded, it undergoes a series of in its state as shown in below
figure. The applet states include:
1.
Born or initialization state
2.
Running state
3.
Idle state
4.
Dead or destroyed state
0 comments:
Post a Comment