Java Applet Active Content

Java Applets are browser-embedded Java applications that can be included in HTML web pages. When a page containing an Applet is viewed by a client in a web browser, the server sends the code for the Applet to the client, where it is executed using the browser's Java Virtual Machine (JVM). The Java platform, as well as Java Applet technology, were created by Sun Microsystems.

More coming soon…