
Автор: Ian F. Darwin
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 749
Язык: английский
Формат: epub
Размер: 11.6 MB
As Java continues to evolve, this cookbook continues to grow in tandem with hundreds of hands-on recipes across a broad range of Java topics. Author Ian Darwin gets developers up to speed right away with useful techniques for everything from string handling and functional programming to network communication and AI. If you're familiar with any release of Java, this book will bolster your knowledge of the language and its many recent changes, including how to apply them in your day-to-day development. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. Downloadable from GitHub, all code examples compile successfully. This updated edition covers changes up to and including Java 21. Java 21 is the current long-term supported (LTS) version, and Java 24 is the latest current release at the time of publication of this edition. I’m going to assume that you know the basics of Java. I won’t tell you how to println a string, nor how to write a class that extends another and/or implements an interface.