João Esperancinhajesperancinha.hashnode.dev·Jan 7, 2025JDK 15 is coming! Sealing classes is great!We are going to look at a JEP 360 included in JDK 15 - Build 27. With this blog I just want to share what I've learned with regard to using sealed classes. JDK 15 is going to be released in September 2020. Amongst the changes expected after JDK 15 - ...JDK
João Esperancinhajesperancinha.hashnode.dev·Jan 7, 2025JDK 15 is coming. Let's have a look at the code changes!JDK 15 is going to be released in September 2020. Amongst the changes expected in JDK 15 - Build 23, there are 3 direct code related JEP's. We'll talk about this here. We will be going through hidden classes, which allow classes to be loaded during r...jdk15