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 CommentCategory: Java
Note 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 CommentKotlin features almost excellent compatibility with Java. It’s not surprising since it was built on top of the JVM and a lot of its syntax…
Leave a Comment

