Java 16¶
Java 16 (2021):
-
Records (standard): The preview feature from Java 14 became standard.
-
Pattern Matching for instanceof (standard): The preview feature from Java 14 became standard.
-
Unix-Domain Socket Channels: Support for Unix domain sockets as a connection mechanism.