ChatterBank0 min ago
Java applet
2 Answers
what is a java applet?!?
Answers
Best Answer
No best answer has yet been selected by Happymonkey. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Java applets are cut down Java programs designed to run in browsers. They are written in the Java language (like full blown Java applications ) and dont actually use JavaScript - the 'much simplier' built in browser scripting language - instead applets are compiled and are therefore more like Active-X controls. Unilke Active-X controls, Java applets have limited access to your PC operating system and are therefore much safer. They are also platform/browser independent so unlike Active-X they are not tied to Internet Explorer.