Kotlin is the new Java

If you have been a Java developer for a while now you might be wondering what to learn next. Read more

Similar

Java.util.Hashtable Class

Java.util package provides a Hashtable class which implements hash table and maps keys to value. Any non-null object can be used as a key or as a value. To successfully store and retrieve objects from a hashtable, the objects used as keys must implement t... (more…)

Read more »

Java 14 Features: Text Blocks and Foreign-Memory Access API

This is the fourth and last post in the blog post series I wrote covering the features that has been added to java 14, released just a couple of days back. Java 14 / JDK 14: General Availability: https://t.co/THxJ9llBpj #jdk14 #java14 #openjdk #java&... (more…)

Read more »