| J |
|
| Name |
Description |
| Java |
Java is a platform-independent programming language designed by Javasoft. It is quite much like C/C++ but has more restrictions. It is most widely use on the Web, but it can also be run natively on OSes (operating systems) and JVM (Java Virtual Machines). |
| Javascript |
A scripting language designed by Netscape for use on the web and embedded into HTML documents. It is a widely use scripting language that enables more interactivity than static HTML. However, since it is a client-side language, users may view the source code and copy it as well. |
| JVM |
JVM, or Java Virtual Machine is the program that runs under different operating systems and interprets Java-based programs. It also prevents anything "bad" happening to the users system due to the fact it has no real control over the operating system. |
|
|