Java History
Java programming language was created by James Gosling, Chris Warth, Ed Frank, Patrick Naughton, and Mike Sheridan at Sun Microsystems. At first, it was named as Oak Programming Language.
Java language was at the beginning called "Oak" later it was renamed "Java" in 1995.
Java Releases
- JDK Alpha and Beta were released in 1995.
- The first stable version, JDK 1.0.2 released in the year 1996.
- Codename Playground. Java version 1.2 was released on December 8, 1998.
- Codename kestrel. Java version 1.3 was released on May 8, 2000.
- Codename Merlin. Java version 1.4 was released on February 6, 2002.
- Codename Tiger. Java version 1.5/Java SE 5 was released on September 30, 2004
- Codename Mustang. Java version 1.6/Java SE 6 was released on December 11, 2006.
- Codename Dolphin. Java version 1.7/Java SE 7 was released on July 7, 2011.
- Java version 1.8 is the stable released in October 2014.
- Java version 1.9 is the stable release which was released on September 21, 2017.
Java buzzwords
The fundamental that are necessitated the invention of java are portability and security. The key considerations were summed up by the Java team in the following list of a buzzword:
- Keep it simple
- Familiar
- Object-oriented
- Robust
- Secure
- Architecture-neutral
- Portable
- High performance
- Interpreted
- Multithreaded
- Dynamic
- Distributed
In the execution of Java programming language, we use Java Virtual Machine (JVM). For the execution of byte code which is a highly optimized set of instructions designed to be executed by JVM. JVM is an interpreter for byte code.
Quickly Find What You Are Looking For
Onlinetpoint is optimized for basic learning, practice and more. Examples are well checked and working examples available on this website but we can't give assurity for 100% correctness of all the content. This site under copyright content belongs to Onlinetpoint. You agree to have read and accepted our terms of use, cookie and privacy policy.