Articles, Home

Upgrading from Java 8 to Java 12

The current pace of change in Java might be intimidating, and it can certainly seem like upgrading from Java 8, which the majority of applications are still running on, to Java 12 could be difficult. In this article we’re going to look at the benefits of upgrading, potential issues with upgrading, and some tips for upgrading

Articles, Home

Overview of Java Stream API Extensions

Stream API, which has been introduced in Java 8, is probably still the most important new feature that has been included to Java during last several years. I think that every Java developer has an …