Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.
Get Feederjavaspecialists.eu
Get the latest updates from The Java(tm) Specialists' Newsletter directly as they happen.
Follow now 27 followers
Last updated 16 days ago
16 days ago
A few years ago, we tried to create a new distinct() function...
3 months ago
We are all amazed how AI can help us in everyday tasks...
4 months ago
LinkedHashSet implements the SequencedCollection interface, allowing us to addLast(), addFirst() and even...
5 months ago
In this newsletter, we explore how we can visit the entire hierarchy...
6 months ago
The LinkedBlockingQueue and LinkedBlockingDeque behave slightly differently when methods put() and take()...
7 months ago
ReentrantReadWriteLock has a limit of 65536 concurrent read locks. That is an...
9 months ago
Java's Thread.yield() traditionally would cause a voluntary context switch. However, with virtual...
10 months ago
Like many other concurrent collections, the ArrayBlockingQueue sports a weakly-consistent iterator. However...
about 1 year ago
We sometimes are forced by Java language to declare variables that we...
over 1 year ago
How many times have we seen programmers call System.gc() to "help the...
over 1 year ago
Java 22 preview allows us to write code before the call to...
over 1 year ago
Classes java.util.Random and java.util.SplittableRandom didn't used to have a common ancestor, making...