본문으로 바로가기

[Java] JDK 15 특징에 관한 정리

category 프로그래밍/자바 2020. 9. 19. 09:44

현시점 자바 최신 버전의 특징에 관해 정리된 내용을 공유합니다.

- 2020년 9월 19일(토) 

- Java 최신버전 : openjdk 15 release !! 

- url : shorturl.at/tuUZ9 (웹페이지)

- url : shorturl.at/muHK7 (pdf)  

Java 15 특징 정리 - oracle

 

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