Java 15: New and Notable

JDK 15 hit General Availability today. While I spend most of my time in Kotlin these days, I do keep a close on Java, as it still has
a special place in my heart, so I thought I’d make a quick post highlighting some of its new features. 🙂 There are quite… Read more

Similar

XOR Operator in Java

At work today I came across an Eclipse feature for cleaning up Java code. It helps you to improve the code, for example to add final to attributes or parameters, or to improve boolean expressions. (more…)

Read more »