현시점 자바 최신 버전의 특징에 관해 정리된 내용을 공유합니다.
- 2020년 9월 19일(토)
- Java 최신버전 : openjdk 15 release !!
- url : shorturl.at/tuUZ9 (웹페이지)
- url : shorturl.at/muHK7 (pdf)
1. Fun exciting new features:
JEP 339: Edwards-Curve Digital Signature Algorithm (EdDSA)
JEP 371: Hidden Classes
2. Additions to existing Java SE standards:
JEP 378: Text Blocks
JEP 377: Z Garbage Collector (ZGC)
JEP 379: Shenandoah: A Low-Pause-Time Garbage Collector (Production)
3. Modernization of a legacy Java SE feature:
JEP 373: Reimplement the Legacy DatagramSocket API
4. A look forward to new stuff:
JEP 360: Sealed Classes (Preview)
JEP 375: Pattern Matching for instanceof (Second Preview)
JEP 384: Records (Second Preview)
JEP 383: Foreign-Memory Access API (Second Incubator)
5. Removals and deprecations:
JEP 372: Remove the Nashorn JavaScript Engine
JEP 374: Disable and Deprecate Biased Locking
JEP 381: Remove the Solaris and SPARC Ports
JEP 385: Deprecate RMI Activation for Removal
'프로그래밍 > 자바' 카테고리의 다른 글
[셋팅] 자바 환경 설정 - Java 최신버전(JDK15) (0) | 2020.11.27 |
---|---|
[셋팅] 자바환경 설정 - Java8 버전 (0) | 2020.11.27 |