Core Java
-

JDK 12, Merging Collectors, and the Challenge of Naming
It appears likely that a new method will be available on the java.util.streams.Collectors class in JDK 12 that will, according…
Read More » -

Lambda Expressions Java Tutorial
In this post, we feature a comprehensive Lambda Expressions Java Tutorial. 1. Lambda Expressions Java Tutorial – Introduction Lambda Expressions…
Read More » -

Hands on Java 11’s constantdynamic
With the intention of making the JVM more appealing to dynamic languages, the seventh version of the platform had introduced…
Read More » -

Improve Application Performance with These Advanced GC Techniques
Application performance is on the forefront of our minds, and Garbage Collection optimization is a good place to make small,…
Read More » -

JDK 11: Taking Single-File Java Source-Code Programs Out for a Spin
The JDK 11 Early Access Builds include preview functionality related to JEP 330 (“Launch Single File Source Code Programs”). I…
Read More » -

Memory-Hogging Enum.values() Method
I’m a big fan of Java’s enum. It seemed like we waited forever to get it, but when we did…
Read More » -

Java Lambda Streams and Groovy Clouses Comparisons
This Blog post will look at some proverbial operations on List data structure and make some comparison between Java 8/9…
Read More » -

Java 11 Features – Java Flight Recorder
In this article we will see how we can leverage Java Flight Recorder feature as part of Java 11. Earlier…
Read More » -

JDK 11: New Default Collection Method toArray(IntFunction)
The “JDK 11 Early-Access Release Notes” indicate that Early Access Build 20 of JDK 11 includes a new default method…
Read More »
