java:version:13

Java SE 13

2019. 9. 17 Released.

  • JEP 350: Dynamic CDS Archives
  • JEP 351: ZGC: Uncommit Unused Memory
  • JEP 353: Reimplement the Legacy Socket API
  • JEP 354: switch 표현 (Preview)
  • JEP 355: 텍스트 블럭 (Preview)

JEP 355

  • JEP 350: Dynamic CDS Archives
  • JEP 351: (ZGC) Uncommit Unused Memory
  • JEP 353: Reimplement the Legacy Socket API
  • JEP 354: *Switch Expressions* (Preview)
    • `yield` keyword
  • JEP 355: *Text Blocks* (Preview)
    • multiline string literals `“”“`
String html = """
<HTML lang="en">
  <body>
    <p>Hello, world</p>
  </body>
</html>
""";
  • java/version/13.txt
  • 마지막으로 수정됨: 2024/01/28 12:22
  • 저자 writer