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 CommentNote that since Java 20, Thread.stop() has been neutered: rather than abruptly killing the thread, it now always throws UnsupportedOperationException, and will be eventually removed.…
Leave a Comment

