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 CommentCategory: Java
Kotlin 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 CommentNowadays, new Java versions get released so fast that small things often get unnoticed and it turns out that Java 16 brought a new interesting…
Leave a Comment

