Pure java build tool for developers who don't like dealing with build tools - rife2/bld... (more…)
Read more »
There’s a lot of utility Java libraries that many projects use as a matter of fact. (more…)
Read more »
We all know that blissful feeling at the start of a greenfield project. Every decision has been left up to you, and the possibilities seem endless. As you think about how to get started, one question you will probably ask yourself is which programming lan... (more…)
Read more »
The release of Java SE 15 in Sept 2020 will introduce "sealed classes" (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may extend it. Sealed classes, like enums, capture alternative... (more…)
Read more »
As an alternative to Java, Kotlin has gained rapid popularity since its
introduction and has become the default choice for developing Android apps.
However, due to its interoperability with Java, Kotlin programs may contain
almost the same security vulner... (more…)
Read more »