JAVA PROGRAMMING
History
Java is a programming language created by James Gosling from Sun Microsystems in 1991. The first publicly available version of Java (Java 1.0) was released in 1995.
Over time new enhanced versions of Java have been released. The current version of Java is Java 1.7 which is also known as Java 7.
From the Java programming language the Java platform evolved. The Java platform allows that the program code is written in other languages than the Java programming language and still runs on the Java virtual machine.
Java Virtual machine
The Java
virtual
machine (JVM) is a software implementation of a
computer that
executes programs like a real machine. The Java virtual machine is written specifically for a
specific
operating system, e.g. for Linux a special implementation is required
as well as for Windows. Java programs are compiled by the Java compiler into so-called
bytecode. The Java virtual machine interprets this
bytecode
and
executes
the Java program.
No comments:
Post a Comment