News

The first seven posts of my series of dealing with too many parameters expected in Java methods focused on alternative approaches to reduce the number of parameters a method or constructor expects. In ...
Java’s equals() and hashcode() are two methods that work together to verify if two objects have the same value. You can use them to make object comparisons easy and efficient in your Java programs. In ...
The big news in the July 2022 update to Microsoft's Java on Visual Studio Code extensions is that they all now fully support the Lombok library. Project Lombok is designed to reduce boilerplate code, ...