| |
JavaScript
A script-based programming language from Netscape and Sun, similar to Microsoft's Visual Basic and the UNIX-derived Perl scripting language. JavaScript enhances the capabilities of Web pages (especially for Netscape browsers) and allows for a high level of user interactivity in web environments.
JavaScript is quite different from Java. It can be understood directly by your browser, there’s no need for compiling by the programmer and it’s easier to learn. But for large applications, Java is more powerful.
|
|