A Brief History of Java
A Brief History of Java
Java was initially started off as a task to develop a language for digital
devices like set top boxes, televisions, etc.
James Gosling was the person who initiated the Java programming language
and it was initially called OAK which later changed to JAVA.
Java was developed at Sun Micro Systems and the first version of Java [JDK
1.0] released in 1996 and since then it has been released with upgrades with Java
SE 8 being the latest. Today java is a part of Oracle after it bought over Sun Micro
Systems.
What is Java?
Java is a programming language and also a platform. A platform is a
hardware/software environment in which a program runs.
Java technology consists of the following things:
The
At run time byte code will be converted into a low level machine understandable
code by the JVM. This byte code will be platform independent code and can run on
any platform making Java platform independent.