83. Declaring a Java record Before diving into Java records let’s think a little bit about how we commonly carry around data into a Java application. You’re right … we define simple classes containing the needed instance fields populated with our data via the constructors of these classes. We also expose some specific getters, and […]