When I want to install JDK8 on my Windows 7 (32 bit) It installed in
C://Program Files/Java/jdk1.8.0_211
Why is the version 1.8? Shouldn't it be 8?
When I want to install JDK8 on my Windows 7 (32 bit) It installed in
C://Program Files/Java/jdk1.8.0_211
Why is the version 1.8? Shouldn't it be 8?
As per Java version history 1.8 is the developer version number and 8 is the product version number. Both numbers represent the same Java version, this split happened in Java 5:
Both version numbers "1.5.0" and "5.0" are used to identify this release of the Java 2 Platform Standard Edition. Version "5.0" is the product version, while "1.5.0" is the developer version. The number "5.0" is used to better reflect the level of maturity, stability, scalability and security of the J2SE.
Sorry if it's confusing. 1.8 and 8 are the same. Check out: https://codenotfound.com/java-download-install-jdk-8-windows.html