Forgot your password?
typodupeerror

Comment Upgrading multiple Java versions at once is easy (Score 1) 63

The Java language and standard library has great backwards-compatibility, while it adds useful features and enhancements version by version. It really is not that difficult to just jump to the latest Java version no matter what your current version is. There's no reason to spend a lot of effort doing small version jumps at a time. One could say jump from Java 8 to Java 25 in about the same amount of effort as going from 8 to 11, especially when they have a window of several years to do it in, and most existing Java 8 code would continue to work unchanged in Java 25.

Slashdot Top Deals

Beware the new TTY code!

Working...