History of java
Java is an object-oriented programming language. Java compiler compiled source code to bytecode and is then run by a Java Virtual Machine. Java is developed as the enhancement of C and C++ programming language.
Java programming language was started as a project called "Oak" by James Gosling and the team called as Green Team at Sun Microsystems in June 1991. James Gosling is the father of the Java programming language.
Sun Microsystems( Now owns by Oracle Corporation) released Java progeamming language(version 1.0) in 1995.
Java Programming Language Version History
- JDK Alpha and Beta (1995).
- JDK 1.0 (23rd Jan 1996).
- JDK 1.1 (19th Feb 1997)
- J2SE 1.2 (8th Dec 1998)
- J2SE 1.3 (8th May 2000)
- J2SE 1.4 (6th Feb 2002)
- J2SE 5.0 (30th Sep 2004)
- Java SE 6 (11th Dec 2006)
- Java SE 7 (28th July 2011)
- Java SE 8 (18th Mar 2014)
- Java SE 9 (21st Sep 2017)
- Java SE 10 (20th Mar 2018)
- Java SE 11 (Sep 2018)
- Java SE 12 (March 2019)
- Java SE 13 (Sep 2019)
- Java SE 14 (Mar 2020)
- Java SE 15 (Sep 2020)
- Java SE 16 (Mar 2021)
- Java SE 17 (Sep 2021)
- Java SE 18 (will be released by March 2022)
After Java 8 release, there is a pattern, seems every even version is release in March and an odd version released in September month.
Links :
Comments
Post a Comment