What is an Applet?
August 8, 2007 1:57 am Technology, BasicsAn applet is small program or application, which is usually written in Java, and runs on a Web browser. An applet powers some of the fancier features of Internet pages, such as animation. They download quickly and are used both online and offline. They tend to be a bit more reliable than plain Java scripts.
