Kotlin vs. Java – Why Kotlin on Android Is Here to Stay

Kotlin is here to make mobile development easier on Android and to end the mutation and Null Pointer Exceptions of the past. Read more

Similar

Java’s Sealed Classes

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 »