Java programming language (or the Java Development Kit JDK) was released in the year 1996, do you know the latest Java SE 17 is to be released in Sept 2021 which will have a Long Term Support (LTS).
Let's have a look at the list of all Java versions and their release dates with details like extended updates/support dates,
Java Version | Release Date | Extended Support | End of Free Public updates |
---|---|---|---|
JDK Beta | 1995 | - | - |
JDK 1.0 | January 1996 | - | - |
JDK 1.1 | February 1997 | - | - |
J2SE 1.2 | December 1998 | - | - |
J2SE 1.3 | May 2000 | - | - |
J2SE 1.4 | February 2002 | February 2013 | October 2008 |
J2SE 5.0 | September 2004 | April 2015 | November 2009 |
Java SE 6 | December 2006 | December 2018 | April 2013 |
Java SE 7 | July 2011 | July 2022 | April 2015 |
Java SE 8 (LTS) | March 2014 | December 2030 | Oracle commercial: January 2019 Oracle personal use: December 2020 AdoptOpenJDK: May 2026 Amazon Corretto: June 2023 |
Java SE 9 | September 2017 | N/A | March 2018 for OpenJDK |
Java SE 10 | March 2018 | N/A | September 2018 for OpenJDK |
Java SE 11 (LTS) | September 2018 | September 2026 | Amazon Corretto: August 2024 AdoptOpenJDK: October 2024 |
Java SE 12 | March 2019 | N/A | September 2019 for OpenJDK |
Java SE 13 | September 2019 | N/A | March 2020 for OpenJDK |
Java SE 14 | March 2020 | N/A | September 2020 for OpenJDK |
Java SE 15 | September 2020 | N/A | March 2021 for OpenJDK |
Java SE 16 | March 2021 | N/A | September 2021 for OpenJDK |
Java SE 17 (LTS) | September 2021 | TBA | To be Announced |
More Posts related to Java,
- [Fix] java.time.zone.ZoneRulesException: Unknown time-zone ID
- Parse XML file in Java using DOM Parser
- Java equals method - Tutorial
- [Program] How to read three different values using Scanner in Java
- Java: The value of the local variable string is not used
- Display Output in Java Console as a Table
- How to detect Operating System using Java code
- Java 8 Streams map() with examples
- [Fix] java: incompatible types: incompatible parameter types in lambda expression error
- Add newline character Java code example (\r \n \r\n)
- List of Java Major Minor Version Numbers
- IntelliJ Keyboard Shortcut to remove unused imports [Java]
- Java - Check if array contains the value
- [Fix] Java Exception with Lambda - Cannot invoke because object is null
- How to declare and initialize Array in Java Programming
- [Solved] com.sun.xml.ws.transport.http.servlet.WSServletContextListener ClassNotFoundException
- XmlRpcException ConnectException connection refused error
- Create a Zip file using Java Code programmatically
- List of jar files for Jax-ws (SOAP) based Java Web Services
- How to fix Java HTTP java.net.UnknownHostException
- List of jars required for Struts2 project
- [fix] java: incompatible types: double cannot be converted to java.lang.Integer Generics
- Maven BUILD FAILURE: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin
- Get the current timestamp in Java
- java: unclosed string literal [Error]
More Posts:
- How to open terminal on Mac to run commands - MacOS
- Change SharePoint search results FullTextSqlQuery RowLimit 10000 - SharePoint
- Calculate Area of Square - C-Program
- JSON Tutorial: List of Lessons - Json-Tutorial
- How to Subscribe to Google Nest Aware on iPhone - Google
- How to Connect to AWS Windows EC2 UI Instance from M1 Mac (Updated 2022) - HowTos
- How to uninstall GarageBand from Mac - MacOS
- How to hide or cancel Toast message in Android Programming - Android