News

Find out how the Java Date and Time API addresses the need for a more robust date and time infrastructure in Java SE, then familiarize yourself with the java.time classes you're most likely to use ...
A tutorial highlighting the various design patterns in Java. Learn about the benefits and different types of design patterns.
Think you've nailed the basics of Java pattern matching? Keep learning with these Java pattern matching examples involving records, inferred types and generics.
A preview of pattern matching for switch extends the language of patterns in Java to allow switch expressions and statements to be tested against a number of patterns, each with a specific action.
A back-ends-for-front-ends microservices pattern lets development teams accommodate multiple client types, preserve functionality and be more efficient.