| Topic J |
| Java Applet |
| Java applet is the programming language which provides interactive features to web applications. Java applet is executed by browser for many platforms like Window, Unix, Mac OS and Linux. The open source tool helps to run java applet in offline mode without using internet browser software. |
| Processing of Java applet |
| To prevent java applet from accessing local data they are executed in the sand box which is security mechanism for running program. The applet could be displayed on the web page in the form of element or the object element. The code of applet is from the server and is displayed into the web page or opens a new window showing the applet's user interface. |
| Importance of Java applet |
| Use of sand box is important feature of Java applet from the point of view of security. |
| Due to installation of this tool there is no need of excess security. It can run on any platform as well as support any web browser. It is important because it can work on any installed version of Java. It’s a real time application which transfers the information from server to the client. |
| Drawbacks of Java applet |
| Java applet runs slower than other programming language like c++. It requires specific running time because it runs only then when the Java virtual machine runs. Apart from this as it is based on technology, it makes interface difficult between the applet and the user. |
| Interface description |
| 1. Applet context |
| Applet context is the application which contains applet and the other applet in the same document. Applet context loads and runs the applet. |
| 2. Audio clip |
| Audio clip is the simple interface that deals with the sound effect. |
| |
| |
| |