Properties and methods make Java classes interesting. Properties represent the data an object possesses, while methods enable the intelligent manipulation of that data. However, to perform any ...
Project Lombok is a small library that can be used to reduce the amount of boilerplate Java code that is commonly written for Java classes. Project Lombok does this via annotations that can be added ...
A total of 24 JEPs in JDK 24 extend stream processing, introduce quantum-resistant algorithms and provide an API for accessing class files. Java 24 has been released at the start of the JavaOne 2025 ...
One of Groovy‘s most significant “goodies” is the ability to intercept calls, even to standard Java classes, and either override existing methods or even add new methods dynamically. In this blog post ...
OpenJDK 23 has been released on a six-monthly cycle. Like its predecessor, the release brings twelve Java Enhancement Proposals (JEP), most of which are in the preview phase. However, string templates ...