Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to denote Java versions correctly?

Tags:

People also ask

How do I specify Java version?

Type "java -version" and press Enter. You will see which version of Java is currently on the path.

Is Java 1.8 the same as 8?

In short – 8 is product version number and 1.8 is the developer version number (or internal version number). The product is the same, JDK 8, anyways.

What are the 4 version of Java?

There are four platforms of the Java programming language: Java Platform, Standard Edition (Java SE) Java Platform, Enterprise Edition (Java EE) Java Platform, Micro Edition (Java ME)


I've seen three possible Java version notations, e.g. Java 8 may be written in the following ways:

  • Java 8
  • Java 8 SE
  • java 1.8

Which is the correct one? I mean which one is usable in academic writing?.

Similar problem with JDK and JRE