String concatenation with Java 8

String concatenation is one of the most well known caveat in Java. Almost all experienced Java developpers have already heard or read explanations about when…

Similar

The Final Kiss in Java

This post outlines the benefits of using the final keyword in Java. We are now in an age of complex multi-core CPU environments with virtual machines running functional programming features like la… (more…)

Read more »