An Applet is a Java application that can be embedded in a HTML document which can be viewed by a browser. An applet can be of many use - graphical animations, user interface, games, etc.
An AppletContext is an interface containing a number of abstract functions that gives you the informations regarding the environment in which the applet is running.
If you get some detailed reference please let me know at
[email protected]