Home GOTO Bookclub Cruising Along w...

Cruising Along with Java

Publication date:
May 15, 2024
Venkat Subramaniam

Venkat Subramaniam

Award-winning author, founder of Agile Developer, Inc.

Java is changing quickly—don’t be left behind. This book will keep you up to date on the amazing capabilities of the Java language introduced between versions 9 and 19. Whether you are using Java 8 or one of the newer versions of Java, this book will serve as your practical guide to explore and apply the features in these versions of Java.

Learn to properly use type inference and avoid its pitfalls. Use text blocks to write elegant multiline strings and embed XML and JSON documents in code. Design better OO code with records and sealed classes, and along the way, learn proper ways to apply these new ideas. Reduce verbosity and hidden errors in code using switch expressions and pattern matching syntax. Take your upgrade journey further by modularizing your Java code, to make it more secure and manage dependencies clearly. Leverage those capabilities to more easily and dynamically discover services. Learn to create highly performant and resilient asynchronous applications, using the brand new virtual threads (fibers) and structured concurrency.

Don’t tolerate clumsy old Java code; instead, benefit from the significant changes to the language in versions 9 through 19.

BOOK EPISODE

Cruising Along with Java

Alina Yurenko and Venkat Subramaniam explore together the realm of Java's modern features, exploring topics from type inference to modularization. They highlight the book's emphasis on understanding the practical benefits of these advancements. Learn more about records, modularization and all the other new developments that keep Java top of mind for the entire software development ecosystem.

Watch the video