Quasar
Moderator

Posts: 5154
Registered: 08-00 |
DoomUK said:
...me ignoring the last Java runtime update, making something not work properly...
That would have nothing at all to do with a JavaScript error message.
Java is a strongly typed object-oriented language similar to C++ which is compiled into bytecode ".class" files and then interpreted when loaded by a heavy-weight virtual machine distributed by Oracle as a stand-alone application.
JavaScript is a weakly typed, purely interpreted hybrid of object-orientation and functional programming (Scheme + Self, with C syntax), which is loaded into the browser either from independent text files or inline with HTML/XML, and is compiled for execution just-in-time. Support for the language is implemented inside the browser itself.
Other than the name, which was chosen by Netscape Corporation purely for marketing value, they have almost nothing in common.
|