JavaScript

A scripting language from Netscape that is supported in Netscape Navigator as of Version 2.0. It is easier to use than Java, but not as powerful. JavaScript uses the HTML page as its user interface, whereas Java can generate a completely custom interface. On the client, JavaScript applets are maintained in source code. On the server, they are compiled into byte code (an intermediate language), similar to Java programs.