Java 17 Recipes: A Problem-Solution Approach
Author: Josh Juneau and Luciano Manelli
Publisher finelybook 出版社: Apress; 4th ed. edition (25 Feb. 2022)
Language 语言: English
Print Length 页数: 626 pages
ISBN-10: 148427962X
ISBN-13: 9781484279625
Book Description
Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved!
Java 17 Recipes is updated to reflect changes in specification and implementation since the Java 9 edition of this book. Java 17 is the next long-term support release (LTS) of the core Java Standard Edition (SE) version 17 which also includes some of the features from previous short term support (STS) releases of Java 16 and previous versions.
This new edition covers of some of the newest features, APIs, and more such as pattern matching for switch, Restore Always-Strict-Floating-Point-Semantics, enhanced pseudo-random number generators, the vector API, sealed classes, and enhancements in the use of String. Source code for all recipes is available in a dedicated GitHub repository.
This must-have reference belongs in your library.
What You Will Learn
Look up solutions to everyday problems involving Java SE 17 LTS and other recent releases
Develop Java SE applications using the latest in Java SE technology
Incorporate Java major features introduced in versions 17, 16, and 15 into your code