Java 8 Update 281 (8u281)
Read moreWhat are the 3 versions of Java?
Java is distributed in three different editions: Java Standard Edition (Java SE), Java Enterprise Edition (Java EE) and Java Micro Edition (Java ME) . Java Micro Edition was created to support applications running on mobile and on embedded devices.
Read moreWhat is current version of Java?
The latest version of Java is Java 17 or JDK 17 released on September, 14th 2021 (follow this article to check Java version on your computer). JDK 17 is the latest Long Term Support (LTS) release of Java SE platform (about 8 years of support from Oracle).
Read moreIs Java 8 and Java 1.8 the same?
In JDK 8 and JRE 8, the version strings are 1.8 and 1.8. 0 . Here are some examples where the version string is used: java -version (among other information, returns java version “1.8.
Read more