No, this isn’t another post about JavaFX (though, for those who are interested, version 1.0 of the JavaFX SDK is coming soon, hooray!). I’m talking about Java itself — real, live, Java SE. After all, ...
Java has not become as pervasive as the original hype suggested, but it is a popular language, used a lot for in-house and server-side development and other applications. Java has less mind-share in ...
Java SE 14 (March 2020) introduces records as a preview feature. Records aim to enhance the language's ability to model "plain data" aggregates with less ceremony. A record can be best thought of as a ...