Java SE 13
2019. 9. 17 Released.
Summary
Description
- 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> """;