Community driven content discussing all aspects of software development from DevOps to design patterns. There are only half a dozen classes you really need to master to become competent in the world ...
What’s strange about Java? Every programming language has its quirks and Java is no different. In this post, I present one of Java’s oddities, which was introduced to this language in the Java 8 ...
Method references are a shorthand way to write lambda expressions that call a single method. Rather than implementing a method in a functional interface, a method reference simply points to an ...