Java 8 introduced Java developers to functional programming with lambda expressions. This Java release effectively notified developers that it’s no longer sufficient to think about Java programming ...
The book Java Reflection in Action was published in 2004, but remains largely applicable eight years later. In this post, I review this book and cover its strengths and its weaknesses. In general, age ...
One of the easiest ways to understand what is meant by ‘object oriented’, is to define what it is not. Before Object Oriented Programming (OOP) programs were written an imperative way, essentially a ...