Not an off-by-one error: Java 16 brings 17 enhancements to Oracle's JDK. We chat to Big Red about what's new
"If you're a language nerd, like many people on our team, then Pattern Matching for instanceof is super exciting because it decreases the ceremony and the boilerplate and makes it so that you can do a test of an object and an assignment of an object in one line, as opposed to a couple of different lines, and you get rid of the casting of an object into a variable," said Arimura. He was equally effusive about Records as another mechanism to reduce unnecessarily verbose code. "What we like to say is Records represent the data is nothing but the data," Arimura explained. "Oftentimes, develope...