Donate SIGN UP

Java applet

Avatar Image
Happymonkey | 18:54 Mon 26th May 2003 | Technology
2 Answers
what is a java applet?!?
Gravatar

Answers

1 to 2 of 2rss feed

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.
A java applet is an applet that is run in javascript. They are often used for "chat" windows and many other real time services. Hope that helps.
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.

1 to 2 of 2rss feed

Do you know the answer?

Java applet

Answer Question >>