One of the coolest (and totally impractical for most developers) features added to Java recently, is the StackWalking API. In this short article, we’ll see…
1 CommentTag: jdk9
As far as I love Java 8’s CompletableFuture, it has its downsides – idiomatic handling of timeouts is one of them. Luckily, JDK 9 brought…
Leave a CommentWhile everyone’s busy with modularity, local-variable-type-inference, and other Next Big Things of recent JDK releases, there’s a fairly small and important update for the ForkJoinPool that deserves some attention.
Leave a Comment