Mutability, nullability, serialization, primitives - Java seems to have gotten most things wrong. But could it have been successful otherwise? Brian Goetz an... (more…)
Read more »
Getting started with logging in your Java application can be quite easy. Learn how to do logging right and get the most out of your log data. (more…)
Read more »
The new JEP 434 has just seen daylight and describes the second preview of the ”Foreign Function & Memory API” (or FFM for short) which is going to be incorporated in the upcoming Java 20 release! In this article, we will take a closer look at some of... (more…)
Read more »
Java.util package provides a Dictionary class which is the abstract parent of any class, such as Hashtable, which maps keys to values. Every key and every value is an object. In any one Dictionary object, every key is associated with at most one value. Gi... (more…)
Read more »
Now that Google has endorsed Kotlin for Android development, Java-based mobile developers could become dinosaurs... (more…)
Read more »