Explore >> Select a destination


You are here

nipafx.dev
| | www.jrebel.com
22.5 parsecs away

Travel
| | Java 23 is here and it's full of permanent, preview, and incubator features. Read on to learn what's included.
| | andreabergia.com
26.5 parsecs away

Travel
| | This post is part of the Future Java Releases series. Java's evolution has sped up in the past few years, ever since the release cadence moved to a two-release-per-year model. Of course, most intermediate releases are little more than preview versions, since they are not Long Term Supported, so most people end up using either Java 8, 11, or 17.
| | www.jrebel.com
31.2 parsecs away

Travel
| | In this blog, we give an overview of sealed classes in Java, how they work, and give an example of how they might be applied.
| | sigpwned.com
122.3 parsecs away

Travel
| While there are many examples of Jackson serialization to JSON, there are comparatively few resources of Jackson serialization to CSV. Following is an example of working with a TSV-formatted dataset from the ground up, starting with creating the model object, building code samples for parsing CSV to Java objects using Jackson, writing Java objects to