Since some time, functional programming is becoming more popular. I think it is therefore time to start getting involved and see what functional programming is and how it can be used in real-world applications. This article starts with a short introduction into functional programming and then explains one of the concepts, lambda expressions: Introduction into functional programming
Month: March 2012
New Java7 feature: try-with-resources
This article explains how to use the try-with-resources feature introduced in Java 7: Try-with-resources
Java nested classes
Remember what the different types of nested classes are in Java? If not, this article might be worth reading: Java nested classes