Content deleted Content added
→Java technologies: changed Java to "the Java platform" (which consists of several programs, etc) |
→Java technologies: moving link to JIT from lower paragraph to higher paragraph |
||
Line 8:
== Java technologies ==
The Java platform consists of several programs, each of which provides a distinct portion of its overall capabilities. There is the Java compiler that converts Java source code into Java bytecode (an intermediate language for the [[Java Virtual Machine]] a.k.a. JVM) and provided as part of the [[Java Development Kit]] (JDK). There is a sophisticated [[Java Runtime Environment]] (JRE) that usually implements the JVM by means of a [[Just-
== Java Virtual Machine ==
|