From the course: Migrating beyond Java 8

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Concerns for specific Java versions

Concerns for specific Java versions - Java Tutorial

From the course: Migrating beyond Java 8

Start my 1-month free trial

Concerns for specific Java versions

- [Instructor] If you want the most detailed information regarding a specific Java release, the best place to find it is on the Oracle JDK Release Notes page. Here you can find the release notes for the most recent versions of Java. So let's hop in. We can take a look at the JDK 10 release notes. Once we navigate into JDK 10, you're going to see the three releases, the initial release, and then the two maintenance releases. Let's take a look at the initial release, so we'll click on the one at the bottom. And then within the Documentation section, you're going to see a link to the release notes. And then finally, we arrive at the Release Notes page. This page lists all the changes that you can expect to find within this Java version. And it can be useful for identifying potentially breaking changes in your application. The best way to identify those breaking changes is to look at the removed features and options section.…

Contents