Java 16

Get up to speed on Java 16 with our top tips.

IntelliJ IDEA always supports the most recent version of Java. If you want to see the new features that are most interesting to Java developers, and see how IntelliJ IDEA helps us to use these features, these tips are a great place to start.

Create Record

Create a new Java record class

Create a new record by pressing ⌘N (macOS) / Alt+Insert (Windows/Linux) on the Project Window. From the New Java Class dialog, type the name of the record and select the Record type.