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,
- Java XML-RPC 3.1.x based web service example
- List of jars required for Struts2 project
- list of jars required for hibernate 4.x.x
- How to create StackOverflow error in java
- Tutorial Java SOAP WebServices JAS-WS with Eclipse J2EE IDE and Tomcat Server Part 1
- import servlet API to eclipse project (javax.servlet cannot be resolved error)
- [Solved] com.sun.xml.ws.transport.http.servlet.WSServletContextListener ClassNotFoundException
- Convert String to int in Java
- JSP Hello World Program Tutorial with Eclipse and Tomcat Server
- SharePoint Open in the client application document opens in browser
- Java: TimeZone List with GMT/UTC Offset
- Struts2 : java.lang.ClassNotFoundException: org.apache.commons.fileupload.RequestContext
- Remove Trailing zeros BigDecimal Java
- [Solution] Java Error Code 1603. Java Update did not complete.
- Maven Eclipse (M2e) No archetypes currently available
- error: file not found: HelloWorld.java
- Exception in thread main java.lang.NoClassDefFoundError: package javaClass
- 7 deadly java.lang.OutOfMemoryError in Java Programming
- How to check if Java main thread is alive
- [Hibernate] The method buildSessionFactory() from the type Configuration is deprecated
- Java XML-RPC java.net.BindException: Address already in use
- Eclipse : The type java.lang.CharSequence cannot be resolved. Indirectly referenced from required .class files
- Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end users experience
- Eclipse : A java Runtime Environment (JRE) or Java Development kit (JDK) must be available
- List of jar files for Jax-ws (SOAP) based Java Web Services
- [Java Threads] Should we extend Thread Class or implement Runnable interface
- Maven Unsupported major.minor version 51.0
- hibernate.cfg.xml Configuration and Mapping xml Example
- How to verify if java is installed on the computer and get version detail
- Unhandled exception type InterruptedException : Java Threads
- XmlRpcException ConnectException connection refused error
- Error: Unable to access jarfile jarFileName.jar file [Windows]
- BeanDefinitionStoreException IOException parsing XML document from class path resource [spring.xml]
- How to serialize-deserialize an object in java
- List of Java Keywords
- Simple Struts 2 Tutorial in eclipse with tomcat 7 server
- Struts 2 Hello World Example in Eclipse
- Your JBoss Application Server 7 is running However you have not yet added any users to be able to access the admin console
- List of Java versions
- Create simple struts2 project using maven commands
- Struts 2 : There is no Action mapped for namespace [/] and action name [form] associated with context path [/proj]
- Error: Can not find the tag library descriptor for
- connection.url property value in hibernate.cfg.xml for mysql
- Unbound classpath container: JRE System Library [JavaSE-1.7]
- Setting Java_Home Environment variable on Windows Operating System
More Posts:
- Android Studio SDK Build-tools 23 rc2 not getting installed - Android-Studio
- BeanDefinitionStoreException IOException parsing XML document from class path resource [spring.xml] - Java
- Base64 Encoding Decoding In Notepad++ - NotepadPlusPlus
- Your JBoss Application Server 7 is running However you have not yet added any users to be able to access the admin console - Java
- error CAML Query containing special characters - SharePoint
- [javaScript] Convert text case to lowercase - JavaScript
- Disabling Spell Check in Android Studio - Android-Studio
- Disable Chrome Notification bell from Mac OS X menu bar - Mac-OS-X
- How to Undo-Revert Sent Email in Google Gmail - Google
- List of jars required for Struts2 project - Java
- Error : Facebook SDK AndroidRuntime﹕FATAL EXCEPTION: main - Android
- Fail to connect to camera service Android java RuntimeException - Android
- Eclipse Error : The Eclipse executable launcher was unable to locate its companion shared library. - Eclipse
- JavaScript : Get current page address - JavaScript
- Make Android View Scrollable both Horizontally and Vertically - Android