

Hi,
Here is the answer.
When an applet begins, the AWT calls the following methods, in this sequence: init()
start()
paint()
When an applet is terminated, the following sequence of method calls takes place
stop()
destroy().
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.