There’s always more to learn, and who’s better at teaching than the Java community itself? (more…)
Read more »
Java.util package provides an IdentityHashMap class which implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values). In other words, in an IdentityHashMap, two keys k1 and k2 are ... (more…)
Read more »
How Pattern Matching is slowly changing the way you can write Java programs. This JEP Café tutorial covers Pattern Matching for Instanceof, Pattern Matching ... (more…)
Read more »
Check out the Neo - Smart Economy community on Discord - hang out with 7,364 other members and enjoy free voice and text chat. (more…)
Read more »
Java 9 is (almost) here and it’s time to check out what it has in store for us... (more…)
Read more »