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

Catching Java Assertion Errors

The Java Java assert statement can be used for conditionally checking program invariants. Assertions are enabled or disabled with the desired level of granularity by Java Virtual Machine flags, as … (more…)

Read more »