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 ...
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 ...
A colleague of mine recently ran into an issue that I have not run into myself, but found to be interesting and, in my opinion, worth blogging about here. During some distributed Java development, my ...
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 ...
While the basic course is free and great for getting started, they also have a ‘Pro’ version if you want to dig deeper. It’s a solid choice if you’re totally new to programming and want a smooth, ...
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 ...