Your JVM application “broke” and stopped logging exception stack traces? Everything is fine. Follow me! Exception Throwing Overhead Exceptions are not ordinary POJOs. I mean,…
Leave a Comment{ 4Comprehension } Posts
Converting a Java Stream into a List sounds trivial but can be surprising sometimes, especially when dealing with nulls and immutability. Converting Stream<T> to List<T>…
Leave a CommentIf you’re reading this, you’re probably wondering why, and most importantly: how do I stop a thread if I can’t just rely on the Thread#stop() method, which…
Leave a Comment