Quote:
Originally Posted by CommanderROR
would it be possible to run java-based applets that do more than just display system info then?
|
Java and JavaScript are things which are totally different.
Java is a programming language and requires the Java Runtime Environment to be installed on the target system.
JavaScript is, like the name implies, a Scripting language and executed by the browser itself.
Read Wikipedia for more info, thats what i remembered for short.