News

The MicroProfile Working Group, the open forum that optimizes Enterprise Java for a microservice architecture, just released their latest iteration, MicroProfile 7.1.
Moderne and Azul are helping development teams identify, remove, and refactor unused and dead code to improve Java developer productivity. The post How Azul and Moderne Are Boosting Java Developer ...
Method references in Java are part of the broader set of features introduced and enhanced in Java 8 and beyond. They are a concise way to refer to methods of classes or objects.
It's not very restrictive. However, rules are different from conventions. Java naming conventions for variables, methods and reference types are where things get a little more complicated. For example ...
An RMI request in Java is a request to "invoke" the method of a remote object. It has the same syntax as a request to invoke an object method in the same (local) computer. Objects can include ...
In Java, method references are equivalent to lambdas. While GuardLogStatement recognizes that lambdas are sufficient for frameworks like Log4J2 that have internal guards before executing lambdas, it ...
Method references: A primer My previous Java 101 tutorial introduced lambda expressions, which are used to define anonymous methods that can then be treated as instances of a functional interface.