Overview JDBC is an important part of the Java API, as most real-world Java applications require a database. Learning Java ...
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 ...
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 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 ...