What is Applet & its life cycle?
Applet is a Java programme that can be embedded into HTML page.
Java Applet runs on the java enables web browsers such as Mozilla & Internet Explorer.
Applets are used to make the web site more dynamic & entertaining.
Life Cycle of Applet:
1. init();
2. start();
3. stop();
4. destroy();