Sip Of Java is a weekly ~1 minute long video covering a topic in Java.
Learn how switch expressions can be used to better handle n path scenarios: Link.
Learn how the addition of pattern matching can greatly improve working with instanceof
: Link.
Learn how to launch single-file source code applications with the java
launcher: Link
Learn how text blocks greatly simply working with large and formatted strings in Java: Link
Learn how records make handling data transformation in methods vastly easier: Link
Learn how creating simple collections got a lot easier in Java 9: Link
Several new convenience methods have been added to String in recent releases of Java, let’s take a loo kat a few of them: Link
Learn how to take advantage of new runtime features and improved performance by moving your existing binaries to the latest java runtimes: Link
Learn how to quickly and easily transform list of objects into strings with delimiters, prefixes, and suffixes using the JDK 8 Join APIs: Link
Learn how to use Unix-Domain Socket Channels to improve inter-processor communication on the same host: Link
Learn how to use the JDK Flight Recorder (JFR) to collect diagnostic and profile data from Java applications: Link
Learn how to use Stream to improve processing large data sets: Link
Learn about some of the recent changes to JavaDoc and how they improve usability: Link
Learn how to use the Scanner class to find content from an input source: Link
Learn how to use Records when using JPA: Link
Learn how to use the Scanner class to tokenize and input source: Link
Learn how Streams and its supporting types have been updated post-Java 8 to fill in functionality gaps and improve usability: Link