JDK 1.8.0 vs Java SE 8
Oracle 공식 문서
Both version numbers (1.6.0 and 6) are used to identify this release of the Java Platform. Version 6 is the product version, while 1.6.0 is the developer version. The number 6 is used to reflect the evolving level of maturity, stability, scalability and security of JavaSE.
Java 버전 정보 표기법 두종류는 같은 의미다.
SE(Standard Edition, 공식 제품 버전)
JDK(Java Development Kit, 개발 킷 버전)
6 = 1.6
7 = 1.7
8 = 1.8
공식적인 이름은 JAVA SE 8
1.8.0은 개발자들을 위한 버전명입니다