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 … Read more
Similar
Apache Beam is a stream processor, helping developers migrate work between different processes to offload work onto runners that leverage external resources. (more…)
Read more »
Open Liberty now open sourced to help developers build Java apps and microservices for the cloud! (more…)
Read more »
This article in my series on the Java Platform Module System (JPMS) is focussed on automatic modules . JPMS was previously known as Project... (more…)
Read more »
Reading a blog post about what’s coming up in JDK 16 recently,
I learned that one of the new features is support for Unix domain sockets (JEP 380).
Before Java 16, you’d have to resort to 3rd party libraries like jnr-unixsocket in order to use them.
If y... (more…)
Read more »
The Ignite Realtime community is pleased to announce the release of Openfire 4.8.3. This release contains an important fix for thread lock situation described with OF-2845. If you have noticed clients getting logged out or unable to connect with Openfir... (more…)
Read more »