News

Welcome back to this two-part tutorial introducing functional programming in a Java context. In Functional programming for Java developers, Part 1, I used JavaScript examples to get you started ...
Anonymous inner classes are mostly used for event handling in Java. However they can also prove useful for debugging purposes. This article explains how anonymous inner classes can be used for ...