In September 2018 Oracle finally released Java 11, following its 6 month release cycle. But why were those methods deprecated in the first place?
And how should we correctly stop threads? As part of Java 11, Oracle finally removes the long time deprecated stop() and destroy() methods from the java.lang.Thread…