The recent release of Java version 21 marks a
milestone for the language. It has been readied for the cloud native era and modernized enough to make it easy for beginners to pick up.
JDK 21 goes over the top comprising of fifteen JEPs, including the final versions of Record Patterns (440), Pattern Matching for switch (441), and Virtual Threads (444):
https://www.i-programmer.info/news/80-java/16687-whats-new-java-21.html
Comments